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

Method incRefCount

Engine/source/console/codeBlock.cpp:704–707  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

702//-------------------------------------------------------------------------
703
704void CodeBlock::incRefCount()
705{
706 refCount++;
707}
708
709void CodeBlock::decRefCount()
710{

Callers 12

_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