Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
91
int Game_Party::GetBattlerCount() const {
92
return (int)GetActors().size();
93
}
94
95
int Game_Party::GetVisibleBattlerCount() const {
96
int visible = 0;
Callers
8
CheckGameOver
Method · 0.45
Move
Method · 0.45
Calculate2k3BattlePosition
Method · 0.45
CommandShowBattleAnimation
Method · 0.45
GetLastPage
Method · 0.45
Refresh
Method · 0.45
Update
Method · 0.45
ParseParam
Method · 0.45
Calls
1
size
Method · 0.45
Tested by
no test coverage detected