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

Method OnFinishForegroundEvent

src/game_event.cpp:343–346  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

341}
342
343void Game_Event::OnFinishForegroundEvent() {
344 UpdateFacing();
345 SetPaused(false);
346}
347
348bool Game_Event::CheckEventAutostart() {
349 if (GetTrigger() == lcf::rpg::EventPage::Trigger_auto_start) {

Callers 1

OnFinishStackFrameMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected