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

Method decRef

Engine/source/sim/netConnection.h:262–265  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

260 incRefCount();
261 }
262 void decRef()
263 {
264 decRefCount();
265 }
266
267#ifdef TORQUE_DEBUG_NET
268 virtual const char *getDebugName();

Callers 5

eventOnRemoveMethod · 0.45
eventPacketDroppedMethod · 0.45
eventPacketReceivedMethod · 0.45
eventReadPacketMethod · 0.45
postNetEventMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected