Changes between Version 17 and Version 18 of code/doc/Core
- Timestamp:
- Sep 27, 2008, 4:20:11 AM (16 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
code/doc/Core
v17 v18 34 34 || '''[wiki:Input Input]...''' || Manages input devices and binds functions to keys || 35 35 || ![wiki:IRC] || Chat in IRC through a [wiki:TclBind Tcl] library || 36 || ![wiki:Iterator] || Iterates through all objects of a class ||36 || [wiki:Iterator] || Iterates through all objects of a class || 37 37 || ![wiki:Language] || Handles strings in different languages || 38 38 || ![wiki:Level] || Contains a level-file and a [wiki:ClassTreeMask] || 39 39 || ![wiki:Loader] || Loads a [wiki:Level] || 40 || ![wiki:MetaObjectList] || Intern class for fast removal of objects from the [wiki:ObjectList] ||40 || [wiki:MetaObjectList] || Intern class for fast removal of objects from the [wiki:ObjectList] || 41 41 || ![wiki:Namespace] || Used in [wiki:Level Levels] to group objects || 42 || ![wiki:ObjectList] || Stores all objects of a class || 43 || ![wiki:ObjectListIterator] || Iterates through all objects of a given [wiki:ObjectList] || 44 || ![wiki:OrxonoxClass] || The base class of all objects and interfaces in the class hierarchy || 42 || [wiki:ObjectList] || Wrapper for [wiki:ObjectListBase] || 43 || [wiki:ObjectListBase] || Stores all objects of a class || 44 || [wiki:ObjectListIterator] || Iterates through all objects of a given [wiki:ObjectList] || 45 || [wiki:OrxonoxClass] || The base class of all objects and interfaces in the class hierarchy || 45 46 || ![wiki:RootGameState] || The root of all [wiki:GameStates] || 46 47 || ![wiki:Script] || Used for interaction between Orxonox and Lua ||