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

Method IsBusy

Engine/script/scriptexecutor.h:90–90  ·  view source on GitHub ↗

Tells if the thread is busy, that is - used to run a script

Source from the content-addressed store, hash-verified

88 const std::deque<ScriptExecPosition> &GetCallStack() const { return _callstack; }
89 // Tells if the thread is busy, that is - used to run a script
90 bool IsBusy() const { return _inUse; }
91 const ScriptExecPosition &GetPosition() const { return _pos; }
92 size_t GetStackBegin() const { return _stackBeginOff; }
93 size_t GetStackDataBegin() const { return _stackDataBeginOff; }

Callers 2

PrepareTextScriptFunction · 0.45
RunScriptFunctionFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected