MCPcopy 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
1172Game_Actor::RowType Game_Actor::GetBattleRow() const {
1173 return RowType(data.row);
1174}
1175
1176void Game_Actor::SetBattleRow(RowType battle_row) {
1177 data.row = int(battle_row);

Callers 8

UpdateActorSelectionMethod · 0.80
InitActorsMethod · 0.80
RowSelectedMethod · 0.80
IsRowAdjustedFunction · 0.80
DrawInfoMethod · 0.80
RefreshMethod · 0.80
game_actor.cppFile · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected