Click or drag to resize

ProjectSettingsGetSetting Method

Returns the value of a setting.

Example:

print(ProjectSettings.get_setting("application/config/name"))

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

Parameters

name
Type: SystemString

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

Return Value

Type: Object

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

See Also