EntityLump.Insert Method

Inserts an empty EntityLumpEntry at the given index, shifting the existing entry and ones past it up.

void Insert(int index)

Parameters

int index

Position, starting from 0.

Errors

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