Home
last modified time | relevance | path

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

/dports/games/jaggedalliance2/ja2-stracciatella-0.18.0/src/game/Tactical/
H A DInterface_Items.h109 SGPVObject* LoadTileGraphicForItem(const ItemModel *item);
H A DInterface_Items.cc1987 guiItemGraphic = LoadTileGraphicForItem(GCM->getItem(gpItemDescObject->usItem)); in ReloadItemDesc()
4160 SGPVObject* LoadTileGraphicForItem(const ItemModel * item) in LoadTileGraphicForItem() function
/dports/games/jaggedalliance2/ja2-stracciatella-0.18.0/src/game/Laptop/
H A DBobbyRGuns.cc715 AutoSGPVObject uiImage(LoadTileGraphicForItem(item)); in DisplayBigItemImage()