Torque3D Documentation / _generateds / SimObject::Notify

SimObject::Notify

Engine/source/console/simObject.h

More...

Public Types

enum
Type {
  ClearNotify 
  DeleteNotify 
  ObjectRef 
  Invalid 
}

Public Attributes

Next notification in the linked list.

void *

Data (typically referencing or interested object).

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