Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/EasyRPG/Player
/ GetDeathTimer
Method
GetDeathTimer
src/game_enemy.h:402–404 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
400
}
401
402
inline int Game_Enemy::GetDeathTimer() const {
403
return death_timer;
404
}
405
406
inline void Game_Enemy::SetDeathTimer(int t) {
407
death_timer = t;
Callers
1
Draw
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected