Click or drag to resize

SceneTreeIsNetworkServer Method

Returns true if this SceneTree'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.SceneTree.IsNetworkServer"]

See Also