Public Member Functions | |
| void | readFromBE (byte *&ptr) |
| void | writeToBE (byte *&ptr) |
Public Attributes | |
| uint16 | object |
| entry in ObjectData or ItemData | |
| uint16 | type |
| type of the description More... | |
| uint16 | lastDescription |
| last entry possible in OBJECT_DESCR for this object | |
| uint16 | lastSeenNumber |
| last description number used (in order to avoid re-using it) | |
| uint16 Queen::ObjectDescription::type |
type of the description
refer to select.c l.75-101
| value | description |
| 0 | random but starts at first description |
| 1 | random |
| 2 | sequential with loop |
| 3 | sequential and set description to last |