|
Torque2D 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... | |
| Notify * | next |
| Next notification in the linked list. More... | |
| enum Type |
| Notify* next |
Next notification in the linked list.
| void* ptr |
Data (typically referencing or interested object).
| enum SimObject::Notify::Type type |
1.8.3.1