Execution context for a coroutine.
Execution context for a coroutine.
Meta::RunContext::Main
(0)
The main Openplanet script loop.
Meta::RunContext::BeforeScripts
(1)
Before the game executes Maniascript.
Meta::RunContext::MainLoop
(2)
During script execution in the game's loop.
Meta::RunContext::GameLoop
(3)
During script execution in the game app's loop.
Meta::RunContext::AfterMainLoop
(4)
Meta::RunContext::NetworkAfterMainLoop
(5)
Meta::RunContext::AfterScripts
(6)
After the game executes Maniascript.
Meta::RunContext::UpdateSceneEngine
(7)