MCPcopy 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
406inline void Game_Enemy::SetDeathTimer(int t) {
407 death_timer = t;
408}
409
410inline bool Game_Enemy::IsFlying() const {
411 return enemy->levitate;

Callers 5

ApplyCustomEffectMethod · 0.80
CommandForceFleeMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected