Click or drag to resize

ConfigFileGetSectionKeys Method

Returns an array of all defined key identifiers in the specified section. Raises an error and returns an empty array if the section does not exist.

Namespace:  Godot
Assembly:  GodotSharp (in GodotSharp.dll) Version: 1.0.0
Syntax
C#
public string[] GetSectionKeys(
	string section
)

Parameters

section
Type: SystemString

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

Return Value

Type: String

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

See Also