Torque2D Reference
Loading...
Searching...
No Matches
SimObject::Notify Struct Reference

#include <simObject.h>

Public Types

enum  Type { ClearNotify , DeleteNotify , ObjectRef , Invalid }

Public Attributes

enum SimObject::Notify::Type type
void * ptr
 Data (typically referencing or interested object).
Notifynext
 Next notification in the linked list.

Member Enumeration Documentation

◆ Type

enum 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).

Member Data Documentation

◆ next

Notify* next

Next notification in the linked list.

◆ ptr

void* ptr

Data (typically referencing or interested object).

◆ type


The documentation for this struct was generated from the following file: