Click or drag to resize

StreamPeerPut16 Method

Puts a signed 16-bit value into the stream.

Namespace:  Godot
Assembly:  GodotSharp (in GodotSharp.dll) Version: 1.0.0
Syntax
C#
public void Put16(
	short value
)

Parameters

value
Type: SystemInt16

[Missing <param name="value"/> documentation for "M:Godot.StreamPeer.Put16(System.Int16)"]

See Also