ScriptGroup

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 SimGroup Parent 

Public Functions

ScriptGroup()

DECLARE_CALLBACK(void , onAdd , (SimObjectId ID) )

DECLARE_CALLBACK(void , onRemove , (SimObjectId ID) )

DECLARE_CONOBJECT(ScriptGroup )

onAdd()

Reimplemented from: SimObject

onRemove()

Reimplemented from: SimGroup