Background for Skyrim SE
Member of the JArray script
intfunctionsubArray(intobject, intstartIndex, intendIndex)NativeGlobal

Description

Documentation Comment

Creates a new array containing all the values from the source array in range [startIndex, endIndex)


Parameters

  1. intobject

  2. intstartIndex

  3. intendIndex


Examples

Auto-Generated Example

int myInt__object
int myInt__startIndex
int myInt__endIndex

int returnedValue = JArray.subArray(myInt__object, myInt__startIndex, myInt__endIndex)
Some data provided by the Skyrim Creation Kit Wiki. Licensed under the Creative Commons Attribution-ShareAlike license.