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