LMS 2012
|
#include <lms2012.h>
Data Fields | |
IP | Ip |
Object instruction pointer. More... | |
LP | pLocal |
Local variable pointer. More... | |
UBYTE | ObjStatus |
Object status. More... | |
UBYTE | Blocked |
union { | |
OBJID CallerId | |
Caller id used for SUBCALL to save object id to return to. More... | |
TRIGGER TriggerCount | |
Trigger count used by BLOCK's trigger logic. More... | |
} | u |
VARDATA | Local [] |
Poll of bytes used for local variables. More... | |
Object data is used to hold the variables used for an object (allocated at image load time)
OBJID CallerId |
TRIGGER TriggerCount |
union { ... } u |