INI_GetAllValues
Gets all values within a section & key.
Syntax
C++
Python
def INI_GetAllValues( inINI: str, inSection: str, inKey: str, / ) -> outValues: list[str]
Parameters
| Name | Type | Default | Description | |
|---|---|---|---|---|
![]() |
inINI | str | INI | |
![]() |
inSection | str | Section name | |
![]() |
inKey | str | Key name | |
![]() |
outValues | list[str] |


