Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/EasyRPG/Player
/ SetBattleRow
Method
SetBattleRow
src/game_actor.cpp:1176–1178 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1174
}
1175
1176
void Game_Actor::SetBattleRow(RowType battle_row) {
1177
data.row = int(battle_row);
1178
}
1179
1180
int Game_Actor::GetBattleAnimationId() const {
1181
if (Player::IsRPG2k()) {
Callers
5
UpdateActorSelection
Method · 0.80
InitActors
Method · 0.80
RowSelected
Method · 0.80
algo.cpp
File · 0.80
TestNormalAttack
Function · 0.80
Calls
no outgoing calls
Tested by
1
TestNormalAttack
Function · 0.64