EntityLump.Get Method

Returns the EntityLumpEntry at the given index. This handle should be freed by the calling plugin.

EntityLumpEntry Get(int index)

Parameters

int index

Position, starting from 0.

Return Value

No description.

Errors

Index is out of bounds.