MCPcopy Create free account
hub / github.com/OpenRCT2/OpenRCT2 / BeginAsyncExecution

Method BeginAsyncExecution

src/openrct2/interface/InteractiveConsole.cpp:2028–2031  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2026}
2027
2028void InteractiveConsole::BeginAsyncExecution()
2029{
2030 Guard::Assert(!_commandExecuting.test_and_set(), "Command already executing asynchronously");
2031}
2032
2033void InteractiveConsole::EndAsyncExecution()
2034{

Callers 1

ConsoleSetVariableActionFunction · 0.80

Calls 1

AssertFunction · 0.85

Tested by

no test coverage detected