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

Function IsServer

Source/Engine/Networking/NetworkManager.h:126–129  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

124
125 // Returns true if network is a server.
126 API_PROPERTY() FORCE_INLINE static bool IsServer()
127 {
128 return Mode == NetworkManagerMode::Server;
129 }
130
131 // Returns true if network is a host (both client and server).
132 API_PROPERTY() FORCE_INLINE static bool IsHost()

Callers 4

InvokeObjectReplicationFunction · 0.85
PopEventMethod · 0.85
SendMessageMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected