MCPcopy Create free account
hub / github.com/GarageGames/Torque3D / setNetworkConnection

Method setNetworkConnection

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

Source from the content-addressed store, hash-verified

589 void setIsConnectionToServer() { mTypeFlags.set(ConnectionToServer); }
590 void setIsLocalClientConnection() { mTypeFlags.set(LocalClientConnection); }
591 void setNetworkConnection(bool net) { mTypeFlags.set(BitSet32(NetworkConnection), net); }
592
593 virtual void setEstablished();
594

Callers 2

handleConnectRequestMethod · 0.80
handleConnectAcceptMethod · 0.80

Calls 2

BitSet32Class · 0.85
setMethod · 0.45

Tested by

no test coverage detected