| 1233 | } |
| 1234 | |
| 1235 | StateRef<BattleUnitAnimationPack> Agent::getAnimationPack() const |
| 1236 | { |
| 1237 | return type->animation_packs[appearance]; |
| 1238 | } |
| 1239 | |
| 1240 | StateRef<AEquipmentType> Agent::getDominantItemInHands(GameState &state, |
| 1241 | StateRef<AEquipmentType> itemLastFired) const |
no outgoing calls
no test coverage detected