Click or drag to resize

ConfigFileHasSectionKey Method

Returns true if the specified section-key pair exists.

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

Parameters

section
Type: SystemString

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

key
Type: SystemString

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

Return Value

Type: Boolean

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

See Also