Changes between Version 18 and Version 19 of code/doc/Core
- Timestamp:
- Sep 29, 2008, 3:23:17 AM (16 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
code/doc/Core
v18 v19 13 13 || ![wiki:ArgumentCompletionFunctions] || Returns a list of possible [wiki:ConsoleCommand] arguments || 14 14 || ![wiki:BaseObject] || The common base of all objects in Orxonox || 15 || ![wiki:ClassFactory] || Creates a new object of a given class ||16 || ![wiki:ClassIdentifier] || Derivative of the [wiki:Identifier], contains class-specific stuff ||15 || [wiki:ClassFactory] || Creates a new object of a given class || 16 || [wiki:ClassIdentifier] || Derivative of the [wiki:Identifier], contains class-specific stuff || 17 17 || ![wiki:ClassTreeMask] || Includes or excludes classes from the class-tree || 18 18 || [wiki:Clock] || Global timer objects that captures time via Ogre::Timer || … … 26 26 || ![wiki:ConsoleCommandCompilation] || A compilation of basic [wiki:ConsoleCommand ConsoleCommands] || 27 27 || ![wiki:CoreSettings] || Stores some core-related settings and makes them configurable || 28 || ![wiki:CoreIncludes] || Defines several macros needed to create the class hierarchy ||28 || [wiki:CoreIncludes] || Defines several macros needed to create the class hierarchy || 29 29 || ![wiki:Executor] || Uses a [wiki:Functor] to execute functions with several features || 30 || ![wiki:Factory] || Stores [wiki:ClassIdentifier ClassIdentifiers] and the names of their classes ||30 || [wiki:Factory] || Stores [wiki:ClassIdentifier ClassIdentifiers] and the names of their classes || 31 31 || ![wiki:Functor] || Encapsules a function pointer with parameters and a return value || 32 32 || [wiki:GameStates] || Manages the possible states of the game || 33 || ![wiki:Identifier] || Identifies the class of an object ||33 || [wiki:Identifier] || Identifies the class of an object || 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 || … … 47 47 || ![wiki:Script] || Used for interaction between Orxonox and Lua || 48 48 || ![wiki:Shell] || The technical part of the ingame console || 49 || ![wiki:SubclassIdentifier] || Acts like an [wiki:Identifier], but has a base-class ||49 || [wiki:SubclassIdentifier] || Acts like an [wiki:Identifier], but has a base-class || 50 50 || ![wiki:Super] || Easy and save call of a virtual parent function || 51 51 || ![wiki:TclBind] || Used for interaction betweeen Orxonox and Tcl ||