MCPcopy 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
682void CodeBlock::decRefCount()
683{
684 refCount--;
685 if(!refCount)
686 delete this;
687}
688
689//-------------------------------------------------------------------------
690

Callers 13

_setMountPIDMethod · 0.45
unmountObjectMethod · 0.45
~SimObjectMethod · 0.45
resolvePIDsMethod · 0.45
_addObjectMethod · 0.45
_removeObjectNoLockMethod · 0.45
popObjectMethod · 0.45
clearMethod · 0.45
engineObject.cppFile · 0.45
clearMethod · 0.45
setMethod · 0.45
shutdownRootFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected