Function ConfigFile.getSectionKeys

Returns an array of all defined key identifiers in the specified section.

PoolArray!(godot.core.string.String) getSectionKeys (
  const(String) section
) nothrow @nogc const;