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

Method Release

src/server/angelscript/add_on/scriptfile/scriptfilesystem.cpp:119–123  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

117}
118
119void CScriptFileSystem::Release() const
120{
121 if( asAtomicDec(refCount) == 0 )
122 delete this;
123}
124
125CScriptArray *CScriptFileSystem::GetFiles() const
126{

Callers

nothing calls this directly

Calls 1

asAtomicDecFunction · 0.85

Tested by

no test coverage detected