ScriptObject
Engine/source/console/scriptObjects.h
Private Types
Parent
Public Functions
DECLARE_CALLBACK(void , onAdd , (SimObjectId ID) )
DECLARE_CALLBACK(void , onRemove , (SimObjectId ID) )
bool
onAdd()
Called when the object is added to the sim.
Detailed Description
Private Types
typedef SimObject Parent
Public Functions
ScriptObject()
DECLARE_CALLBACK(void , onAdd , (SimObjectId ID) )
DECLARE_CALLBACK(void , onRemove , (SimObjectId ID) )
DECLARE_CONOBJECT(ScriptObject )
onAdd()
Reimplemented from: SimObject
Reimplemented by: ScriptTickObject
onRemove()
Reimplemented from: SimObject
Reimplemented by: ScriptTickObject