Click or drag to resize

ConfigFileEraseSection Method

Deletes the specified section along with all the key-value pairs inside. Raises an error if the section does not exist.

Namespace:  Godot
Assembly:  GodotSharp (in GodotSharp.dll) Version: 1.0.0
Syntax
C#
public void EraseSection(
	string section
)

Parameters

section
Type: SystemString

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

See Also