KeyValues.GetSectionName Method

Retrieves the current section name.

bool GetSectionName(char[] section, int maxlength)

Parameters

char[] section

Buffer to store the section name.

int maxlength

Maximum length of the name buffer.

Return Value

True on success, false on failure.