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

Method GetBattlerCount

src/game_party.cpp:91–93  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

89}
90
91int Game_Party::GetBattlerCount() const {
92 return (int)GetActors().size();
93}
94
95int Game_Party::GetVisibleBattlerCount() const {
96 int visible = 0;

Callers 8

CheckGameOverMethod · 0.45
MoveMethod · 0.45
GetLastPageMethod · 0.45
RefreshMethod · 0.45
UpdateMethod · 0.45
ParseParamMethod · 0.45

Calls 1

sizeMethod · 0.45

Tested by

no test coverage detected