Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
157
CObject SuspendObj()
158
{
159
asIScriptContext *ctx = asGetActiveContext();
160
if( ctx ) ctx->Suspend();
161
162
return CObject();
163
}
164
165
void SuspendObj_gen(asIScriptGeneric*gen)
166
{
Callers
nothing calls this directly
Calls
2
Suspend
Method · 0.80
CObject
Class · 0.70
Tested by
no test coverage detected