Skip to content

Instantly share code, notes, and snippets.

@triacontane
Created December 4, 2022 07:25
Show Gist options
  • Save triacontane/4823e7e0026860f89acc91c7bc04f3b3 to your computer and use it in GitHub Desktop.
Save triacontane/4823e7e0026860f89acc91c7bc04f3b3 to your computer and use it in GitHub Desktop.
実行中のマップイベントを強制終了
if ($gameMap.isEventRunning()) {
$gameMap._interpreter.terminate();
}
@triacontane
Copy link
Author

実行中のマップイベント(並列処理除く)を強制停止します。

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment