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

Method incRef

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

increments the reference count on the referenced object

Source from the content-addressed store, hash-verified

246
247 /// increments the reference count on the referenced object
248 void incRef()
249 {
250 if(mObject)
251 mObject->incRefCount();
252 }
253
254 /// decrements the reference count on the referenced object
255 void decRef()

Callers

nothing calls this directly

Calls 1

incRefCountMethod · 0.45

Tested by

no test coverage detected