Click or drag to resize

MultiplayerAPIIsNetworkServer Method

Returns true if this MultiplayerAPI's NetworkPeer is in server mode (listening for connections).

Namespace:  Godot
Assembly:  GodotSharp (in GodotSharp.dll) Version: 1.0.0
Syntax
C#
public bool IsNetworkServer()

Return Value

Type: Boolean

[Missing <returns> documentation for "M:Godot.MultiplayerAPI.IsNetworkServer"]

See Also