Background for Skyrim SE
Member of the PapyrusUtil script
int[]functionSliceIntArray(int[]ArrayValues, intStartIndex, intEndIndex=-1)NativeGlobal


Parameters

  1. int[]ArrayValues

  2. intStartIndex

  3. intEndIndex=-1


Examples

Auto-Generated Example

int[] myIntArray__ArrayValues
int myInt__StartIndex
int myInt__EndIndex

int[] returnedValue = PapyrusUtil.SliceIntArray(myIntArray__ArrayValues, myInt__StartIndex, myInt__EndIndex)
Some data provided by the Skyrim Creation Kit Wiki. Licensed under the Creative Commons Attribution-ShareAlike license.