ConfigFile.parse

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).

struct ConfigFile
@nogc nothrow
GodotError
parse
(
in String data
)

Meta