Click or drag to resize
ByteStreamWriteUShort Method

[This is preliminary documentation and is subject to change.]

[Missing <summary> documentation for "M:VRage.ByteStream.WriteUShort(System.UInt16)"]

Namespace: VRage
Assembly: VRage.Library (in VRage.Library.dll) Version: 1.0.0.0
Syntax
C#
public void WriteUShort(
	ushort value
)

Parameters

value
Type: SystemUInt16

[Missing <param name="value"/> documentation for "M:VRage.ByteStream.WriteUShort(System.UInt16)"]

See Also