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

Method decRef

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

decrements the reference count on the referenced object

Source from the content-addressed store, hash-verified

253
254 /// decrements the reference count on the referenced object
255 void decRef()
256 {
257 if(mObject)
258 mObject->decRefCount();
259 }
260};
261
262/// Reference counted object template pointer class

Callers

nothing calls this directly

Calls 1

decRefCountMethod · 0.45

Tested by

no test coverage detected