MCPcopy Create free account
hub / github.com/GarageGames/Torque3D / incRefCount

Method incRefCount

Engine/source/console/codeBlock.cpp:677–680  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

675//-------------------------------------------------------------------------
676
677void CodeBlock::incRefCount()
678{
679 refCount++;
680}
681
682void CodeBlock::decRefCount()
683{

Callers 13

_setMountPIDMethod · 0.45
mountObjectMethod · 0.45
_setPersistentIDMethod · 0.45
processArgumentsMethod · 0.45
_addObjectMethod · 0.45
engineObject.cppFile · 0.45
EngineObjectClass · 0.45
addFunctionMethod · 0.45
SimObjectClass · 0.45
setMethod · 0.45
initRootFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected