Click or drag to resize

FileGet32 Method

Returns the next 32 bits from the file as an integer. See Store32(UInt32) 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 uint Get32()

Return Value

Type: UInt32

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

See Also