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

Function IsConnected

Source/Engine/Networking/NetworkManager.h:138–141  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

136
137 // Returns true if network is connected and online.
138 API_PROPERTY() FORCE_INLINE static bool IsConnected()
139 {
140 return State == NetworkConnectionState::Connected;
141 }
142
143 // Returns true if network is online or disconnected.
144 API_PROPERTY() FORCE_INLINE static bool IsOffline()

Callers 2

GetObjectRoleMethod · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected