Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/GarageGames/Torque3D
/ incRefCount
Method
incRefCount
Engine/source/console/codeBlock.cpp:677–680 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
675
//-------------------------------------------------------------------------
676
677
void CodeBlock::incRefCount()
678
{
679
refCount++;
680
}
681
682
void CodeBlock::decRefCount()
683
{
Callers
13
_setMountPID
Method · 0.45
mountObject
Method · 0.45
getOrCreatePersistentId
Method · 0.45
_setPersistentID
Method · 0.45
processArguments
Method · 0.45
_addObject
Method · 0.45
engineObject.cpp
File · 0.45
EngineObject
Class · 0.45
addFunction
Method · 0.45
SimObject
Class · 0.45
set
Method · 0.45
initRoot
Function · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected