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
Input value inINI str INI
Input value inSection str Section name
Input value inKey str Key name
Output value outValues list[str]