Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/EasyRPG/Player
/ GetBattleRow
Method
GetBattleRow
src/game_actor.cpp:1172–1174 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1170
}
1171
1172
Game_Actor::RowType Game_Actor::GetBattleRow() const {
1173
return RowType(data.row);
1174
}
1175
1176
void Game_Actor::SetBattleRow(RowType battle_row) {
1177
data.row = int(battle_row);
Callers
8
UpdateActorSelection
Method · 0.80
InitActors
Method · 0.80
RowSelected
Method · 0.80
IsRowAdjusted
Function · 0.80
Calculate2k3BattlePosition
Method · 0.80
DrawInfo
Method · 0.80
Refresh
Method · 0.80
game_actor.cpp
File · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected