EntityLumpEntry.Append Method

Inserts a new key / value pair at the end of the entry's list.

void Append(const char[] key, const char[] value)

Parameters

const char[] key

New key name.

const char[] value

New value.

Errors

Index is out of bounds or entity lump is read-only.