Click or drag to resize

FileGet8 Method

Returns the next 8 bits from the file as an integer. See Store8(Byte) 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 byte Get8()

Return Value

Type: Byte

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

See Also