Home
last modified time | relevance | path

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

/dports/games/avanor/avanor-0.5.8/item/
H A Ditemdb.h72 extern _ITEMPROP item_prop[DB_PROP_SZ];
H A Ditemdb.cpp34 _ITEMPROP item_prop[DB_PROP_SZ] =
H A Ditem.h76 _ITEMPROP * GetMaterial(int index);
H A Ditemdef.h87 struct _ITEMPROP struct
H A Dxweapon.cpp158 _ITEMPROP * prop = GetMaterial(material_index); in toString()
H A Ditem.cpp609 _ITEMPROP * XItem::GetMaterial(int index) in GetMaterial()