SimObject::Notify
Engine/source/console/simObject.h
Public Types
enum
Type { ClearNotify DeleteNotify ObjectRef Invalid }
Public Attributes
Detailed Description
Public Types
Type
Enumerator
- ClearNotify
Notified when the object is cleared.
- DeleteNotify
Notified when the object is deleted.
- ObjectRef
Cleverness to allow tracking of references.
- Invalid
Mark this notification as unused (used in freeNotify).
Public Attributes
Notify * next
Next notification in the linked list.
void * ptr
Data (typically referencing or interested object).
enum SimObject::Notify::Type type