Click or drag to resize

WebRTCDataChannelWasStringPacket Method

Returns true if the last received packet was transferred as text. See WriteMode.

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

Return Value

Type: Boolean

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

See Also