Home
last modified time | relevance | path

Searched refs:itemToRead (Results 1 – 1 of 1) sorted by relevance

/dports/games/barony/Barony-3.3.7/src/
H A Dmod_tools.hpp136 ItemEntry(const Item& itemToRead) in ItemEntry() argument
138 readFromItem(itemToRead); in ItemEntry()
140 void readFromItem(const Item& itemToRead) in readFromItem() argument
142 type = itemToRead.type; in readFromItem()
143 status = itemToRead.status; in readFromItem()
144 beatitude = itemToRead.beatitude; in readFromItem()
145 count = itemToRead.count; in readFromItem()
146 appearance = itemToRead.appearance; in readFromItem()
147 identified = itemToRead.identified; in readFromItem()
148 if ( itemToRead.appearance == MONSTER_ITEM_UNDROPPABLE_APPEARANCE ) in readFromItem()