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
Input value inINI str INI
Output value outSections list[str]