MCPcopy Create free account
hub / github.com/EasyRPG/Player / vSetAutoBattleAction

Method vSetAutoBattleAction

src/autobattle.cpp:67–69  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

65}
66
67void RpgRtCompat::vSetAutoBattleAction(Game_Actor& source) {
68 SelectAutoBattleActionRpgRtCompat(source, Game_Battle::GetBattleCondition());
69}
70
71void AttackOnly::vSetAutoBattleAction(Game_Actor& source) {
72 SelectAutoBattleAction(source, Game_Battler::WeaponAll, Game_Battle::GetBattleCondition(), false, false, false, false);

Callers

nothing calls this directly

Calls 2

SelectAutoBattleActionFunction · 0.85

Tested by

no test coverage detected