MCPcopy Create free account
hub / github.com/anjo76/angelscript / SuspendObj

Function SuspendObj

sdk/tests/test_feature/source/test_exceptionmemory.cpp:157–163  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

155}
156
157CObject SuspendObj()
158{
159 asIScriptContext *ctx = asGetActiveContext();
160 if( ctx ) ctx->Suspend();
161
162 return CObject();
163}
164
165void SuspendObj_gen(asIScriptGeneric*gen)
166{

Callers

nothing calls this directly

Calls 2

SuspendMethod · 0.80
CObjectClass · 0.70

Tested by

no test coverage detected