Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/EasyRPG/Player
/ GetExplodeTimer
Method
GetExplodeTimer
src/game_enemy.h:394–396 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
392
}
393
394
inline int Game_Enemy::GetExplodeTimer() const {
395
return explode_timer;
396
}
397
398
inline void Game_Enemy::SetExplodeTimer(int t) {
399
explode_timer = t;
Callers
1
Draw
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected