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

Method getRefCount

Engine/source/core/util/refBase.h:195–195  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

193 StrongRefBase() { mRefCount = 0; }
194
195 U32 getRefCount() const { return mRefCount; }
196
197 /// object destroy self call (from StrongRefPtr). Override if this class has specially allocated memory.
198 virtual void destroySelf() { delete this; }

Callers 10

operator deleteMethod · 0.45
setMethod · 0.45
dumpActivePBsMethod · 0.45
cleanupPoolMethod · 0.45
cleanupCacheMethod · 0.45
_findPooledTexureMethod · 0.45
findVolatileVBOMethod · 0.45
findVolatilePBOMethod · 0.45
dumpToConsoleMethod · 0.45
removeMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected