Changes between Version 1 and Version 2 of code/doc/CoreIncludes
- Timestamp:
- Feb 26, 2008, 11:07:04 PM (17 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
code/doc/CoreIncludes
v1 v2 11 11 * '''!RegisterRootObject('''''!ClassName''''')''': This is the same as !RegisterObject(!ClassName), but for root-classes like Interfaces ([wiki:Tickable], [wiki:Synchronisable] and others) and the [wiki:BaseObject]. 12 12 * '''Class('''''!ClassName''''')''': Returns the [wiki:ClassIdentifier] of the given class. 13 14 * '''Factory''': 13 15 * '''!CreateFactory('''''!ClassName''''')''': Creates the entry in the [wiki:Factory] for the given class and adds a [wiki:ClassFactory] to the corresponding [wiki:Identifier]. 14 16 * '''ID('''''!StringOrInt''''')''': Returns the [wiki:Identifier] of the class with the given name or the given network ID if the entry in the [wiki:Factory] exists (see !CreateFactory(!ClassName)).