Home
last modified time | relevance | path

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

/dports/games/dhewm3/dhewm3-1.5.1/neo/game/
H A DPlayer.h417 idDict * FindInventoryItem( const char *name );
H A DPlayer.cpp3423 idDict *idPlayer::FindInventoryItem( const char *name ) { in FindInventoryItem() function in idPlayer
3441 idDict *item = FindInventoryItem(name); in RemoveInventoryItem()
H A DGame_local.cpp3561 idDict *item = player->FindInventoryItem( requires ); in RequirementMet()
/dports/games/dhewm3/dhewm3-1.5.1/neo/d3xp/
H A DPlayer.h490 idDict * FindInventoryItem( const char *name );
H A DPlayer.cpp4280 idDict *idPlayer::FindInventoryItem( const char *name ) { function in idPlayer
4302 idDict *item = FindInventoryItem(name);
H A DGame_local.cpp3835 idDict *item = player->FindInventoryItem( requires ); in RequirementMet()