MCPcopy Create free account
hub / github.com/MergHQ/CRYENGINE / AddRef

Method AddRef

Code/CryEngine/CryScriptSystem/ScriptTable.h:38–38  ·  view source on GitHub ↗

interface IScriptTable ----------------------------------------------------------------

Source from the content-addressed store, hash-verified

36
37 // interface IScriptTable ----------------------------------------------------------------
38 virtual void AddRef() { m_nRefCount++; }
39 virtual void Release() { if (--m_nRefCount <= 0) DeleteThis(); };
40
41 virtual IScriptSystem* GetScriptSystem() const;

Callers 6

GetLocalVariablesMethod · 0.45
GetCallsStackMethod · 0.45
CreateMetatablesMethod · 0.45
ToAnyMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected