Function 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 error code constants (OK on success).

godot.core.defs.GodotError load (
  const(String) path
) nothrow @nogc;