KeyValues.SetEscapeSequences Method

Sets whether or not the KeyValues parser will read escape sequences. For example, \n would be read as a literal newline. This defaults to false for new KeyValues structures.

void SetEscapeSequences(bool useEscapes)

Parameters

bool useEscapes

Whether or not to read escape sequences.