MCPcopy 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
398inline void Game_Enemy::SetExplodeTimer(int t) {
399 explode_timer = t;
400}
401
402inline int Game_Enemy::GetDeathTimer() const {
403 return death_timer;

Callers 1

ApplyCustomEffectMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected