Torque2D Reference
 All Classes Namespaces Functions Variables Typedefs Enumerations Enumerator Friends Groups Pages
Public Types | Public Attributes | List of all members
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). More...
 
Notifynext
 Next notification in the linked list. More...
 

Member Enumeration Documentation

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

Notify* next

Next notification in the linked list.

void* ptr

Data (typically referencing or interested object).


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