ConfigFileGetValue Method |
Returns the current value for the specified section and key. If either the section or the key do not exist, the method returns the fallback default value. If default is not specified or set to null, an error is also raised.
Namespace: Godot
public Object GetValue( string section, string key, Object default = null )
[Missing <param name="section"/> documentation for "M:Godot.ConfigFile.GetValue(System.String,System.String,System.Object)"]
[Missing <param name="key"/> documentation for "M:Godot.ConfigFile.GetValue(System.String,System.String,System.Object)"]
[Missing <param name="default"/> documentation for "M:Godot.ConfigFile.GetValue(System.String,System.String,System.Object)"]
[Missing <returns> documentation for "M:Godot.ConfigFile.GetValue(System.String,System.String,System.Object)"]