Background for Skyrim SE
Member of the JArray script
voidfunctioneraseIndex(intobject, intindex)NativeGlobal

Description

Documentation Comment

Erases the item at the index. negative index accesses items from the end of container counting backwards.


Caveats


Parameters

intobject

intindex


Examples

Auto-Generated Example

int myInt__object
int myInt__index

JArray.eraseIndex(myInt__object, myInt__index)
Some data provided by the Skyrim Creation Kit Wiki. Licensed under the Creative Commons Attribution-ShareAlike license.