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

Method IsAffectDef

src/game_battlealgorithm.h:942–944  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

940}
941
942inline bool Game_BattleAlgorithm::AlgorithmBase::IsAffectDef() const {
943 return GetFlag(eAffectDef);
944}
945
946inline bool Game_BattleAlgorithm::AlgorithmBase::IsAbsorbDef() const {
947 return GetFlag(eAbsorbDef);

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected