Home
last modified time | relevance | path

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

/dports/games/jaggedalliance2/ja2-stracciatella-0.18.0/src/externalized/policy/
H A DIMPPolicy.h16 virtual const std::vector<const ItemModel *> & getNormalShooterItems() const = 0;
H A DDefaultIMPPolicy.h21 virtual const std::vector<const ItemModel *> & getNormalShooterItems() const;
H A DDefaultIMPPolicy.cc58 const std::vector<const ItemModel *> & DefaultIMPPolicy::getNormalShooterItems() const in getNormalShooterItems() function in DefaultIMPPolicy
/dports/games/jaggedalliance2/ja2-stracciatella-0.18.0/src/game/Laptop/
H A DIMP_Confirm.cc315 for (const ItemModel *item : GCM->getIMPPolicy()->getNormalShooterItems()) in GiveItemsToPC()