|
Pol
Revision:cb584c9
|
#include <itemdesc.h>
Inheritance diagram for Pol::Items::SpellScrollDesc:Public Member Functions | |
| SpellScrollDesc (u32 objtype, Clib::ConfigElem &elem, const Plib::Package *pkg) | |
| virtual | ~SpellScrollDesc () |
| 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 204 of file itemdesc.h.
|
private |
Definition at line 206 of file itemdesc.h.
| Pol::Items::SpellScrollDesc::SpellScrollDesc | ( | u32 | objtype, |
| Clib::ConfigElem & | elem, | ||
| const Plib::Package * | pkg | ||
| ) |
Definition at line 817 of file itemdesc.cpp.
|
inlinevirtual |
Definition at line 211 of file itemdesc.h.
References POL_OVERRIDE.
|
virtual |
Reimplemented from Pol::Items::ItemDesc.
Definition at line 829 of file itemdesc.cpp.
References Pol::Items::ItemDesc::estimatedSize(), and spelltype.
|
virtual |
Reimplemented from Pol::Items::ItemDesc.
Definition at line 823 of file itemdesc.cpp.
References Pol::Bscript::BStruct::addMember(), Pol::Items::ItemDesc::PopulateStruct(), and spelltype.
| std::string Pol::Items::SpellScrollDesc::spelltype |
Definition at line 214 of file itemdesc.h.
Referenced by estimatedSize(), and PopulateStruct().