INI_GetAllSectionKeys
Gets all key names within a section.
Syntax
C++
Python
def INI_GetAllSectionKeys( inINI: str, inSectionName: str, / ) -> outKeys: list[str]
Parameters
| Name | Type | Default | Description | |
|---|---|---|---|---|
![]() |
inINI | str | INI | |
![]() |
inSectionName | str | Section name | |
![]() |
outKeys | list[str] |


