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

Function ScriptArrayRelease_Generic

sdk/add_on/scriptarray/scriptarray.cpp:2199–2203  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2197}
2198
2199static void ScriptArrayRelease_Generic(asIScriptGeneric *gen)
2200{
2201 CScriptArray *self = (CScriptArray*)gen->GetObject();
2202 self->Release();
2203}
2204
2205static void ScriptArrayGetRefCount_Generic(asIScriptGeneric *gen)
2206{

Callers

nothing calls this directly

Calls 2

GetObjectMethod · 0.80
ReleaseMethod · 0.45

Tested by

no test coverage detected