![]() |
PlayerFactory::PLAYER Struct ReferencePlayer properties struct. More...
Collaboration diagram for PlayerFactory::PLAYER: ![]()
Detailed DescriptionPlayer properties struct.
Definition at line 40 of file PlayerFactory.h. Constructor & Destructor Documentation
Definition at line 43 of file PlayerFactory.h. References m_inventory. 00044 { 00045 for (item_v::iterator it = m_inventory.begin(); it != m_inventory.end(); it++) 00046 { 00047 ITEM *i = *it; 00048 delete i; 00049 } 00050 }
Member Function Documentation
Definition at line 119 of file PlayerFactory.cpp. References m_inventory. 00120 { 00121 for (item_v::iterator it = m_inventory.begin(); it != m_inventory.end(); it++) 00122 { 00123 ITEM *i = *it; 00124 std::string str; 00125 p -> Send(" " + i -> GetDescription() + "\n"); 00126 } 00127 }
Member Data Documentation
Definition at line 53 of file PlayerFactory.h.
Definition at line 54 of file PlayerFactory.h.
Definition at line 55 of file PlayerFactory.h.
Definition at line 56 of file PlayerFactory.h. Referenced by DisplayInventory(), GetInventory(), and ~PLAYER().
The documentation for this struct was generated from the following files: |