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

Method ReleaseAllHandles

external/as_add_on/scriptarray/scriptarray.cpp:1816–1820  ·  view source on GitHub ↗

GC behaviour

Source from the content-addressed store, hash-verified

1814
1815// GC behaviour
1816void CScriptArray::ReleaseAllHandles(asIScriptEngine *)
1817{
1818 // Resizing to zero will release everything
1819 Resize(0);
1820}
1821
1822void CScriptArray::AddRef() const
1823{

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected