INI_GetRealValue
Gets value from section & key.
Syntax
C++
Python
def INI_GetRealValue( inINI: str, inSection: str, inKey: str, /, *, inDefault: float = 0 ) -> outValue: float
Parameters
| Name | Type | Default | Description | |
|---|---|---|---|---|
![]() |
inINI | str | INI | |
![]() |
inSection | str | Section name | |
![]() |
inKey | str | Key name | |
![]() |
inDefault | float | 0 | Value to return if the key is not found |
![]() |
outValue | float |


