EntityLumpEntry.Erase Method

Removes the key / value pair at the given index, shifting all entries past it down.

void Erase(int index)

Parameters

int index

Position, starting from 0.

Errors

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