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

Function ScriptArrayAddRef_Generic

sdk/add_on/scriptarray/scriptarray.cpp:2193–2197  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2191}
2192
2193static void ScriptArrayAddRef_Generic(asIScriptGeneric *gen)
2194{
2195 CScriptArray *self = (CScriptArray*)gen->GetObject();
2196 self->AddRef();
2197}
2198
2199static void ScriptArrayRelease_Generic(asIScriptGeneric *gen)
2200{

Callers

nothing calls this directly

Calls 2

GetObjectMethod · 0.80
AddRefMethod · 0.45

Tested by

no test coverage detected