INI_GetAllSections
Gets all section names in the INI.
Syntax
C++
Python
def INI_GetAllSections( inINI: str, / ) -> outSections: list[str]
Parameters
| Name | Type | Default | Description | |
|---|---|---|---|---|
![]() |
inINI | str | INI | |
![]() |
outSections | list[str] |
Gets all section names in the INI.
def INI_GetAllSections( inINI: str, / ) -> outSections: list[str]
| Name | Type | Default | Description | |
|---|---|---|---|---|
![]() |
inINI | str | INI | |
![]() |
outSections | list[str] |