Click or drag to resize

FileGet16 Method

Returns the next 16 bits from the file as an integer. See Store16(UInt16) for details on what values can be stored and retrieved this way.

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

Return Value

Type: UInt16

[Missing <returns> documentation for "M:Godot.File.Get16"]

See Also