Click or drag to resize

ProjectSettingsGetOrder Method

Returns the order of a configuration value (influences when saved to the config file).

Namespace:  Godot
Assembly:  GodotSharp (in GodotSharp.dll) Version: 1.0.0
Syntax
C#
public static int GetOrder(
	string name
)

Parameters

name
Type: SystemString

[Missing <param name="name"/> documentation for "M:Godot.ProjectSettings.GetOrder(System.String)"]

Return Value

Type: Int32

[Missing <returns> documentation for "M:Godot.ProjectSettings.GetOrder(System.String)"]

See Also