Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/TorqueGameEngines/Torque3D
/ decRefCount
Method
decRefCount
Engine/source/console/codeBlock.cpp:709–714 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
707
}
708
709
void CodeBlock::decRefCount()
710
{
711
refCount--;
712
if (!refCount)
713
delete this;
714
}
715
716
//-------------------------------------------------------------------------
717
Callers
12
_setMountPID
Method · 0.45
unmountObject
Method · 0.45
~SimObject
Method · 0.45
resolvePIDs
Method · 0.45
_addObject
Method · 0.45
_removeObjectNoLock
Method · 0.45
popObject
Method · 0.45
clear
Method · 0.45
engineObject.cpp
File · 0.45
clear
Method · 0.45
set
Method · 0.45
shutdownRoot
Function · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected