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

Method getDebugName

Engine/source/sim/netEvent.cpp:46–49  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

44
45#ifdef TORQUE_DEBUG_NET
46const char *NetEvent::getDebugName()
47{
48 return getClassName();
49}
50#endif
51
52void NetConnection::eventOnRemove()

Callers 1

eventWritePacketMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected