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

Function FreeDynamicScriptThread

Engine/script/script.cpp:402–407  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

400}
401
402void FreeDynamicScriptThread(ScriptThread *script_thread)
403{
404 assert(script_thread == scriptThreadCallbacks.top().get());
405 if (script_thread == scriptThreadCallbacks.top().get())
406 scriptThreadCallbacks.pop();
407}
408
409RunScFuncResult RunScriptFunction(const RuntimeScript *script, const String &tsname, size_t numParam, const RuntimeScriptValue *params)
410{

Callers 1

RunScriptFunctionFunction · 0.85

Calls 2

popMethod · 0.80
getMethod · 0.45

Tested by

no test coverage detected