Changeset 5106 in orxonox.OLD for trunk/src/lib/lang
- Timestamp:
- Aug 23, 2005, 8:09:58 PM (19 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/lib/lang/class_list.cc
r5105 r5106 285 285 } 286 286 287 /** 288 * converts a ClassID into a string 289 * @param classID the ClassID to search for 290 * @return a String containing the name of the Class, NULL if the Class was not found 291 */ 287 292 const char* ClassList::IDToString(ClassID classID) 288 293 { … … 300 305 } 301 306 307 /** 308 * converts a String into a ClassID 309 * @param className the name of the class to search for 310 * @return the ClassID. CL_NULL, if the class was not found. 311 */ 302 312 long ClassList::StringToID(const char* className) 303 313 {
Note: See TracChangeset
for help on using the changeset viewer.