Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Changeset 5106 in orxonox.OLD for trunk/src/lib/lang


Ignore:
Timestamp:
Aug 23, 2005, 8:09:58 PM (19 years ago)
Author:
bensch
Message:

orxonox/trunk: top-down shell, as proposed by patrick. This makes sense, becuase the general people knows only shells comming top down

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/lib/lang/class_list.cc

    r5105 r5106  
    285285}
    286286
     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 */
    287292const char* ClassList::IDToString(ClassID classID)
    288293{
     
    300305}
    301306
     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 */
    302312long ClassList::StringToID(const char* className)
    303313{
Note: See TracChangeset for help on using the changeset viewer.