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

Method GetBaseDef

src/game_enemy.h:341–343  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

339}
340
341inline int Game_Enemy::GetBaseDef(Weapon) const {
342 return enemy->defense;
343}
344
345inline int Game_Enemy::GetBaseSpi(Weapon) const {
346 return enemy->spirit;

Callers 7

CmpEquipFunction · 0.45
UpdateStatusWindowMethod · 0.45
game_actor.cppFile · 0.45
testBaseLimitsFunction · 0.45
testWeapon3Function · 0.45
game_enemy.cppFile · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected