KvSetSectionName Function

Sets the current section name.

void KvSetSectionName(Handle kv, const char[] section)

Parameters

Handle kv

KeyValues Handle.

const char[] section

Section name.

Errors

Invalid Handle.