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

Method GetRefCount

sdk/angelscript/source/as_scriptfunction.cpp:1732–1737  ·  view source on GitHub ↗

internal

Source from the content-addressed store, hash-verified

1730
1731// internal
1732int asCScriptFunction::GetRefCount()
1733{
1734 asASSERT( funcType == asFUNC_DELEGATE );
1735
1736 return externalRefCount.get();
1737}
1738
1739// internal
1740void asCScriptFunction::SetFlag()

Callers 1

Calls 1

getMethod · 0.45

Tested by

no test coverage detected