Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
341
inline int Game_Enemy::GetBaseDef(Weapon) const {
342
return enemy->defense;
343
}
344
345
inline int Game_Enemy::GetBaseSpi(Weapon) const {
346
return enemy->spirit;
Callers
7
CommandChangeParameters
Method · 0.45
CmpEquip
Function · 0.45
UpdateStatusWindow
Method · 0.45
game_actor.cpp
File · 0.45
testBaseLimits
Function · 0.45
testWeapon3
Function · 0.45
game_enemy.cpp
File · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected