Click or drag to resize

FileGet64 Method

Returns the next 64 bits from the file as an integer. See Store64(UInt64) 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 ulong Get64()

Return Value

Type: UInt64

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

See Also