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

Method vStart

src/game_battlealgorithm.cpp:438–440  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

436}
437
438bool Game_BattleAlgorithm::AlgorithmBase::vStart() {
439 return true;
440}
441
442void Game_BattleAlgorithm::AlgorithmBase::AddTarget(Game_Battler* target, bool set_current) {
443 assert(target != nullptr);

Callers

nothing calls this directly

Calls 7

ChangeSpMethod · 0.80
ConsumeItemUseMethod · 0.80
ChangeHpMethod · 0.80
CalculateSkillHpCostMethod · 0.80
HasAttackAllMethod · 0.45
CalculateWeaponSpCostMethod · 0.45
CalculateSkillCostMethod · 0.45

Tested by

no test coverage detected