MCPcopy Create free account
hub / github.com/EasyRPG/Player / AllWeaponTypes

Function AllWeaponTypes

tests/game_actor.cpp:10–12  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

8}
9
10static auto AllWeaponTypes() {
11 return std::array<Game_Battler::Weapon,4>{{ Game_Battler::WeaponAll, Game_Battler::WeaponNone, Game_Battler::WeaponPrimary, Game_Battler::WeaponSecondary }};
12}
13
14TEST_SUITE_BEGIN("Game_Actor");
15

Callers 1

game_actor.cppFile · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected