|
Pol
Revision:cb584c9
|
#include <itemdesc.h>
Inheritance diagram for Pol::Items::DoorDesc:Public Member Functions | |
| DoorDesc (u32 objtype, Clib::ConfigElem &elem, const Plib::Package *pkg) | |
| virtual | ~DoorDesc () |
| virtual size_t | estimatedSize () const POL_OVERRIDE |
| virtual void | PopulateStruct (Bscript::BStruct *descriptor) const POL_OVERRIDE |
Public Member Functions inherited from Pol::Items::ItemDesc | |
| ItemDesc (u32 objtype, Clib::ConfigElem &elem, Type type, const Plib::Package *pkg) | |
| ItemDesc (Type type) | |
| virtual | ~ItemDesc () |
| bool | default_movable () const |
| std::string | objtype_description () const |
| void | unload_scripts () |
Private Types | |
| typedef ItemDesc | base |
Additional Inherited Members | |
Public Types inherited from Pol::Items::ItemDesc | |
| enum | Movable : u8 { UNMOVABLE, MOVABLE, DEFAULT } |
| enum | Type { ITEMDESC, CONTAINERDESC, DOORDESC, WEAPONDESC, ARMORDESC, BOATDESC, HOUSEDESC, SPELLBOOKDESC, SPELLSCROLLDESC, MAPDESC } |
Static Public Member Functions inherited from Pol::Items::ItemDesc | |
| static ItemDesc * | create (Clib::ConfigElem &elem, const Plib::Package *pkg) |
Definition at line 177 of file itemdesc.h.
|
private |
Definition at line 179 of file itemdesc.h.
| Pol::Items::DoorDesc::DoorDesc | ( | u32 | objtype, |
| Clib::ConfigElem & | elem, | ||
| const Plib::Package * | pkg | ||
| ) |
Definition at line 777 of file itemdesc.cpp.
|
inlinevirtual |
Definition at line 184 of file itemdesc.h.
References POL_OVERRIDE.
|
virtual |
Reimplemented from Pol::Items::ItemDesc.
Definition at line 792 of file itemdesc.cpp.
References Pol::Items::ItemDesc::estimatedSize().
|
virtual |
Reimplemented from Pol::Items::ItemDesc.
Definition at line 785 of file itemdesc.cpp.
References Pol::Bscript::BStruct::addMember(), open_graphic, Pol::Items::ItemDesc::PopulateStruct(), xmod, and ymod.
| u16 Pol::Items::DoorDesc::open_graphic |
Definition at line 188 of file itemdesc.h.
Referenced by Pol::Core::UDoor::is_open(), PopulateStruct(), and Pol::Core::UDoor::toggle().
| s16 Pol::Items::DoorDesc::xmod |
Definition at line 186 of file itemdesc.h.
Referenced by PopulateStruct(), and Pol::Core::UDoor::toggle().
| s16 Pol::Items::DoorDesc::ymod |
Definition at line 187 of file itemdesc.h.
Referenced by PopulateStruct(), and Pol::Core::UDoor::toggle().