MCPcopy Create free account
hub / github.com/MayaPosch/NymphCast / AddRef

Method AddRef

src/server/angelscript/add_on/scriptarray/scriptarray.cpp:1839–1844  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1837}
1838
1839void CScriptArray::AddRef() const
1840{
1841 // Clear the GC flag then increase the counter
1842 gcFlag = false;
1843 asAtomicInc(refCount);
1844}
1845
1846void CScriptArray::Release() const
1847{

Callers 2

CScriptArrayMethod · 0.45

Calls 1

asAtomicIncFunction · 0.85

Tested by

no test coverage detected