Click or drag to resize

ConfigFileParse Method

Parses the passed string as the contents of a config file. The string is parsed and loaded in the ConfigFile object which the method was called on.

Returns one of the Error code constants (OK on success).

Namespace:  Godot
Assembly:  GodotSharp (in GodotSharp.dll) Version: 1.0.0
Syntax
C#
public Error Parse(
	string data
)

Parameters

data
Type: SystemString

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

Return Value

Type: Error

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

See Also