MCPcopy 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
394inline int Game_Enemy::GetExplodeTimer() const {
395 return explode_timer;
396}
397
398inline void Game_Enemy::SetExplodeTimer(int t) {
399 explode_timer = t;

Callers 1

DrawMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected