ConfigFile.load

Loads the config file specified as a parameter. The file's contents are parsed and loaded in the ConfigFile object which the method was called on. Returns one of the OK, FAILED or ERR_* constants listed in @GlobalScope. If the load was successful, the return value is OK.

struct ConfigFile
@nogc nothrow
GodotError
load
(
StringArg0
)
(
in StringArg0 path
)

Meta