Home
last modified time | relevance | path

Searched refs:GetBattleCommand (Results 1 – 3 of 3) sorted by relevance

/dports/games/easyrpg-player/Player-0.7.0/src/
H A Dgame_actor.h798 const lcf::rpg::BattleCommand* GetBattleCommand(int idx) const;
H A Dgame_actor.cpp946 const lcf::rpg::BattleCommand* Game_Actor::GetBattleCommand(int idx) const { in GetBattleCommand() function in Game_Actor
H A Dscene_battle_rpg2k3.cpp1360 const auto* command = active_actor->GetBattleCommand(index); in ProcessSceneActionCommand()