MCPcopy 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
709void CodeBlock::decRefCount()
710{
711 refCount--;
712 if (!refCount)
713 delete this;
714}
715
716//-------------------------------------------------------------------------
717

Callers 12

_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