Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/EasyRPG/Player
/ SetDeathTimer
Method
SetDeathTimer
src/game_enemy.h:406–408 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
404
}
405
406
inline void Game_Enemy::SetDeathTimer(int t) {
407
death_timer = t;
408
}
409
410
inline bool Game_Enemy::IsFlying() const {
411
return enemy->levitate;
Callers
5
ProcessBattleActionApply
Method · 0.80
ApplyCustomEffect
Method · 0.80
CommandForceFlee
Method · 0.80
CommandChangeMonsterHP
Method · 0.80
ProcessBattleActionDeath
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected