Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/TorqueGameEngines/Torque3D
/ incRefCount
Method
incRefCount
Engine/source/console/codeBlock.cpp:704–707 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
702
//-------------------------------------------------------------------------
703
704
void CodeBlock::incRefCount()
705
{
706
refCount++;
707
}
708
709
void CodeBlock::decRefCount()
710
{
Callers
12
_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