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

Method GetOriginalPartyTarget

src/game_battlealgorithm.h:866–868  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

864}
865
866inline Game_Party_Base* AlgorithmBase::GetOriginalPartyTarget() const {
867 return party_target;
868}
869
870inline int Game_BattleAlgorithm::AlgorithmBase::GetAffectedHp() const {
871 return hp;

Calls

no outgoing calls

Tested by

no test coverage detected