Background for Skyrim SE
Member of the JArray script
voidfunctioneraseRange(intobject, intfirst, intlast)NativeGlobal

Description

Documentation Comment

Erases [first, last] index range of the items. negative index accesses items from the end of container counting backwards.
For ex. with [1,-1] range it will erase everything except the first item


Caveats


Parameters

intobject

intfirst

intlast


Examples

Auto-Generated Example

int myInt__object
int myInt__first
int myInt__last

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