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

Method GetReflectTarget

src/game_battlealgorithm.h:967–969  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

965
966
967inline Game_Battler* Game_BattleAlgorithm::AlgorithmBase::GetReflectTarget() const {
968 return reflect_target;
969}
970
971inline Span<Game_Battler* const> Game_BattleAlgorithm::AlgorithmBase::GetOriginalTargets() const {
972 assert(num_original_targets <= static_cast<int>(targets.size()));

Calls

no outgoing calls

Tested by

no test coverage detected