Click or drag to resize

FileStore64 Method

Stores an integer as 64 bits in the file.

Note: The value must lie in the interval [-2^63, 2^63 - 1] (i.e. be a valid Int32 value).

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

Parameters

value
Type: SystemUInt64

[Missing <param name="value"/> documentation for "M:Godot.File.Store64(System.UInt64)"]

See Also