Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/GarageGames/Torque3D
/ decRefCount
Method
decRefCount
Engine/source/console/codeBlock.cpp:682–687 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
680
}
681
682
void CodeBlock::decRefCount()
683
{
684
refCount--;
685
if(!refCount)
686
delete this;
687
}
688
689
//-------------------------------------------------------------------------
690
Callers
13
_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