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
Input value inINI str INI
Input value inSectionName str Section name
Output value outKeys list[str]