Append
Inserts a new key / value pair at the end of the entry's list.
native void Append(const char[] key, const char[] value)
Parameters
const char[] key
New key name.
const char[] value
New value.
Return Value
voidError
Index is out of bounds or entity lump is read-only.