|
Pol
Rev 533
|
#include <itemdesc.h>
Inheritance diagram for DoorDesc:
Collaboration diagram for DoorDesc:Public Member Functions | |
| DoorDesc (u32 objtype, ConfigElem &elem, const Package *pkg) | |
| virtual void | PopulateStruct (BStruct *descriptor) const |
Public Attributes | |
| u16 | open_graphic |
| s16 | xmod |
| s16 | ymod |
Private Types | |
| typedef ItemDesc | base |
Definition at line 145 of file itemdesc.h.
typedef ItemDesc DoorDesc::base [private] |
Definition at line 147 of file itemdesc.h.
| DoorDesc::DoorDesc | ( | u32 | objtype, |
| ConfigElem & | elem, | ||
| const Package * | pkg | ||
| ) |
Definition at line 675 of file itemdesc.cpp.
| void DoorDesc::PopulateStruct | ( | BStruct * | descriptor | ) | const [virtual] |
Reimplemented from ItemDesc.
Definition at line 683 of file itemdesc.cpp.
References BStruct::addMember(), open_graphic, ItemDesc::PopulateStruct(), xmod, and ymod.
Here is the call graph for this function:Definition at line 153 of file itemdesc.h.
Referenced by UDoor::is_open(), PopulateStruct(), and UDoor::toggle().
Definition at line 151 of file itemdesc.h.
Referenced by PopulateStruct(), and UDoor::toggle().
Definition at line 152 of file itemdesc.h.
Referenced by PopulateStruct(), and UDoor::toggle().