Public Member Functions | |
| PrehistoricEventStructure () | |
| ~PrehistoricEventStructure () | |
Public Attributes | |
| union { | |
| struct { | |
| Uint16 saveas | |
| char action | |
| char num | |
| } a | |
| int id | |
| }; | |
| char | player |
| char | description [20] |
| union { | |
| void * rawdata | |
| char * chardata | |
| int * intdata | |
| }; | |
| int | datasize |
| pevent | next |
| int | conn |
| Uint16 | trigger [4] |
| LargeTriggerData * | trigger_data [4] |
| char | triggerconnect [4] |
| char | triggerstatus [4] |
| GameTime | triggertime |
| struct { | |
| int turn | |
| int move | |
| } | delayedexecution |
Classes | |
| class | LargeTriggerData |
Definition at line 167 of file prehistoricevents.cpp.
| PrehistoricEventStructure::PrehistoricEventStructure | ( | ) |
Definition at line 433 of file prehistoricevents.cpp.
References a, GameTime::abstime, conn, datasize, delayedexecution, description, next, player, rawdata, GameTime::set(), trigger, trigger_data, triggerconnect, triggerstatus, and triggertime.
| PrehistoricEventStructure::~PrehistoricEventStructure | ( | ) |
Definition at line 170 of file prehistoricevents.cpp.
Definition at line 170 of file prehistoricevents.cpp.
Definition at line 170 of file prehistoricevents.cpp.
| struct { ... } PrehistoricEventStructure::a |
Referenced by PrehistoricEventStructure(), and readOldEvent().
Definition at line 171 of file prehistoricevents.cpp.
| union { ... } |
Definition at line 177 of file prehistoricevents.cpp.
Referenced by PrehistoricEventStructure(), and readOldEvent().
Definition at line 180 of file prehistoricevents.cpp.
Referenced by PrehistoricEventStructure(), readOldEvent(), and ~PrehistoricEventStructure().
Definition at line 181 of file prehistoricevents.cpp.
| union { ... } |
Definition at line 185 of file prehistoricevents.cpp.
Referenced by PrehistoricEventStructure(), and readOldEvent().
| Uint16 PrehistoricEventStructure::trigger[4] |
Definition at line 188 of file prehistoricevents.cpp.
Referenced by PrehistoricEventStructure(), and readOldEvent().
Definition at line 223 of file prehistoricevents.cpp.
Referenced by PrehistoricEventStructure(), readOldEvent(), and ~PrehistoricEventStructure().
Definition at line 225 of file prehistoricevents.cpp.
Referenced by PrehistoricEventStructure(), and readOldEvent().
Definition at line 234 of file prehistoricevents.cpp.
Definition at line 235 of file prehistoricevents.cpp.
| struct { ... } PrehistoricEventStructure::delayedexecution |
Referenced by PrehistoricEventStructure().
1.5.1