MCPcopy Create free account
hub / github.com/anjo76/angelscript / AddRef

Method AddRef

sdk/tests/test_feature/source/test_inheritance.cpp:61–66  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

59 }
60
61 void AddRef()
62 {
63 if( !m_isDead->Get() )
64 m_obj->AddRef();
65 m_refCount++;
66 }
67
68 void Release()
69 {

Callers 2

FooScriptedMethod · 0.45
TestFunction · 0.45

Calls 1

GetMethod · 0.45

Tested by

no test coverage detected