MCPcopy Create free account
hub / github.com/MayaPosch/NymphCast / GetState

Method GetState

src/server/angelscript/angelscript/source/as_context.cpp:5216–5219  ·  view source on GitHub ↗

interface

Source from the content-addressed store, hash-verified

5214
5215// interface
5216asEContextState asCContext::GetState() const
5217{
5218 return m_status;
5219}
5220
5221// interface
5222int asCContext::SetLineCallback(asSFuncPtr callback, void *obj, int callConv)

Callers 7

ExecuteScriptFunction · 0.80
LineCallbackMethod · 0.80
GetExceptionInfoFunction · 0.80
operator==Method · 0.80
FindMethod · 0.80
SortMethod · 0.80
ScriptWeakRefConstruct2Function · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected