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

Method GetDefMod

src/game_actor.h:1137–1139  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1135}
1136
1137inline int Game_Actor::GetDefMod() const {
1138 return data.defense_mod;
1139}
1140
1141inline int Game_Actor::GetSpiMod() const {
1142 return data.spirit_mod;

Callers 1

testModBaseLimitsFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected