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

Method getHandle

Engine/source/platform/platformNet.h:163–163  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

161
162 inline void setHandle(S32 handleId) { mHandle = handleId; }
163 inline S32 getHandle() const { return mHandle; }
164 inline U32 getHash() const { return mHandle; }
165
166 bool operator==(const NetSocket &other) const { return mHandle == other.mHandle; }

Callers 9

removeMethod · 0.45
activateMethod · 0.45
resolveMethod · 0.45
openListenPortMethod · 0.45
openConnectToMethod · 0.45
bindAddressMethod · 0.45
onEyeRenderedMethod · 0.45
onFrameRenderedMethod · 0.45
CreateMiniDumpFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected