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


Caveats


Parameters

Actor[]ArrayValues

intStartIndex

intEndIndex=-1


Examples

Auto-Generated Example

Actor[] myActorArray__ArrayValues
int myInt__StartIndex
int myInt__EndIndex

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