Inserts a new key / value pair at the given index, shifting the pair at that index and beyond up. If EntityLumpEntry.Length is passed in, this is an append operation.
void Insert(int index, const char[] key, const char[] value)
Position, starting from 0.
New key name.
New value.
Index is out of bounds or entity lump is read-only.
This documentation was generated automatically using pawn-docgen written by xPaw for AlliedMods.