Background for Skyrim SE
Member of the PapyrusUtil script
bool[]functionSliceBoolArray(bool[]ArrayValues, intStartIndex, intEndIndex=-1)Global


Caveats


Parameters

bool[]ArrayValues

intStartIndex

intEndIndex=-1


Examples

Auto-Generated Example

bool[] myBoolArray__ArrayValues
int myInt__StartIndex
int myInt__EndIndex

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