ScriptObject

Engine/source/console/scriptObjects.h

More...

Private Types

Parent 

Public Functions

bool

Called when the object is added to the sim.

Called when the object is removed from 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