Returns an enum entry by its index. The order is not guaranteed.
The enum entry, or if out of bounds, undefined.
undefined
The full enumeration. EG: ItemType, CreatureType, DoodadType, etc
The index of the enum entry.
Generated using TypeDoc
Returns an enum entry by its index. The order is not guaranteed.
Returns
The enum entry, or if out of bounds,
undefined
.