MCPcopy Create free account
hub / github.com/EasyRPG/Player / IsRunning

Method IsRunning

src/game_interpreter.cpp:98–100  ·  view source on GitHub ↗

Is interpreter running.

Source from the content-addressed store, hash-verified

96
97// Is interpreter running.
98bool Game_Interpreter::IsRunning() const {
99 return !_state.stack.empty();
100}
101
102// Setup.
103void Game_Interpreter::Push(

Callers 15

UpdateMethod · 0.80
UpdateMethod · 0.80
UpdateAtbMethod · 0.80
vUpdateMethod · 0.80
UpdateMethod · 0.80
vUpdateMethod · 0.80
CheckEventCollisionMethod · 0.80

Calls 1

emptyMethod · 0.45

Tested by

no test coverage detected