MCPcopy Create free account
hub / github.com/CytopiaTeam/Cytopia / AddRef

Method AddRef

external/as_add_on/scriptarray/scriptarray.cpp:1822–1827  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1820}
1821
1822void CScriptArray::AddRef() const
1823{
1824 // Clear the GC flag then increase the counter
1825 gcFlag = false;
1826 asAtomicInc(refCount);
1827}
1828
1829void CScriptArray::Release() const
1830{

Callers 2

CScriptArrayMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected