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

Method TargetNext

src/game_battlealgorithm.cpp:483–485  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

481}
482
483bool Game_BattleAlgorithm::AlgorithmBase::TargetNext() {
484 return TargetNextInternal();
485}
486
487bool Game_BattleAlgorithm::AlgorithmBase::RepeatNext(bool require_valid) {
488 ++cur_repeat;

Calls

no outgoing calls

Tested by

no test coverage detected