ScriptObject Class Reference

#include <scriptObjects.h>

Inheritance diagram for ScriptObject:

Inheritance graph
[legend]
List of all members.

Public Member Functions

 ScriptObject ()
bool onAdd ()
 Called when the object is added to the sim.
void onRemove ()
 Called when the object is removed from the sim.
 DECLARE_CONOBJECT (ScriptObject)

Private Types

typedef SimObject Parent

Member Typedef Documentation

typedef SimObject ScriptObject::Parent [private]

Reimplemented from SimObject.


Constructor & Destructor Documentation

ScriptObject::ScriptObject (  ) 


Member Function Documentation

bool ScriptObject::onAdd (  )  [virtual]

Called when the object is added to the sim.

Reimplemented from SimObject.

void ScriptObject::onRemove (  )  [virtual]

Called when the object is removed from the sim.

Reimplemented from SimObject.

ScriptObject::DECLARE_CONOBJECT ( ScriptObject   )