MCPcopy Create free account
hub / github.com/FlaxEngine/FlaxEngine / IsOffline

Function IsOffline

Source/Engine/Networking/NetworkManager.h:144–147  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

142
143 // Returns true if network is online or disconnected.
144 API_PROPERTY() FORCE_INLINE static bool IsOffline()
145 {
146 return State == NetworkConnectionState::Offline || State == NetworkConnectionState::Disconnected;
147 }
148
149 /// <summary>
150 /// Gets the network client for a given connection. Returns null if failed to find it.

Callers 6

AddObjectMethod · 0.85
RemoveObjectMethod · 0.85
SpawnObjectMethod · 0.85
DespawnObjectMethod · 0.85
SetObjectOwnershipMethod · 0.85
EndInvokeRPCMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected