#include <Item.h>
Inheritance diagram for Item:


| Public Member Functions | |
| Item (Map &) | |
| ~Item () | |
| mapobject_t | GetType () | 
| long | get_property (const std::string &) | 
| Private Attributes | |
| int | m_quantity | 
Definition at line 7 of file Item.h.
| mapobject_t Item::GetType | ( | ) |  [virtual] | 
Implements MapObject.
Definition at line 19 of file Item.cpp.
References MAPOBJECT_ITEM.
00020 { 00021 // %! fixa.. 00022 return MAPOBJECT_ITEM; 00023 }
| long Item::get_property | ( | const std::string & | ) |  [virtual] | 
| int Item::m_quantity  [private] | 
 1.3.6
 
1.3.6