Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/anjo76/angelscript
/ GetRefCount
Method
GetRefCount
sdk/angelscript/source/as_scriptobject.cpp:753–756 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
751
}
752
753
int asCScriptObject::GetRefCount()
754
{
755
return refCount.get();
756
}
757
758
void asCScriptObject::SetFlag()
759
{
Callers
1
ScriptObject_GetRefCount_Generic
Function · 0.45
Calls
1
get
Method · 0.45
Tested by
no test coverage detected