MCPcopy 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
402inline int Game_Enemy::GetDeathTimer() const {
403 return death_timer;
404}
405
406inline void Game_Enemy::SetDeathTimer(int t) {
407 death_timer = t;

Callers 1

DrawMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected