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

Method GetAnimationId

src/game_battlealgorithm.h:914–916  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

912}
913
914inline int Game_BattleAlgorithm::AlgorithmBase::GetAnimationId(int) const {
915 return 0;
916}
917
918inline bool Game_BattleAlgorithm::AlgorithmBase::IsAffectHp() const {
919 return GetFlag(eAffectHp);

Calls

no outgoing calls

Tested by

no test coverage detected