MCPcopy Create free account
hub / github.com/adventuregamestudio/ags / AbortAllScripts

Function AbortAllScripts

Engine/script/script.cpp:287–291  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

285}
286
287void AbortAllScripts()
288{
289 scriptExecutor->Abort();
290 executingScripts = std::stack<std::unique_ptr<ExecutingScript>>();
291}
292
293RuntimeScript *GetScriptInstance(ScriptType sc_type, const String &script_module)
294{

Callers 3

PostScriptProcessingFunction · 0.85
unload_old_roomFunction · 0.85
AbortGameFunction · 0.85

Calls 1

AbortMethod · 0.80

Tested by

no test coverage detected