| 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() |
no outgoing calls
no test coverage detected