Click or drag to resize

ConfigFileHasSection Method

Returns true if the specified section exists.

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

Parameters

section
Type: SystemString

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

Return Value

Type: Boolean

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

See Also