Click or drag to resize

WebRTCDataChannelIsOrdered Method

Returns true if this channel was created with ordering enabled (default).

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

Return Value

Type: Boolean

[Missing <returns> documentation for "M:Godot.WebRTCDataChannel.IsOrdered"]

See Also