Home
last modified time | relevance | path

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

/dports/games/ivan/ivan-059/Main/Source/
H A Dcommand.cpp535 if(game::IsAutoPickupMatch(ToDrop[c]->GetName(DEFINITE))){ in Drop()
686 if(game::IsAutoPickupMatch(PileVector[0][c]->GetName(DEFINITE))){ in PickUp()
732 if(game::IsAutoPickupMatch(ToPickup[c]->GetName(DEFINITE))){ in PickUp()
H A Dgame.cpp1360 bool game::IsAutoPickupMatch(cfestring fsName) { in IsAutoPickupMatch() function in game
1385 if(IsAutoPickupMatch(it->GetName(DEFINITE))){ in CheckAutoPickup()
/dports/games/ivan/ivan-059/Main/Include/
H A Dgame.h399 static bool IsAutoPickupMatch(cfestring fsName);