Background for Skyrim SE
Member of the clib script
Form[]functioncArraySliceForm(Form[]aArray, intfromIndex, inttoIndex=0, boolusePapUtil=true)Global

Description

Documentation String

Requirements: None, PapyrusUtil:Soft


Caveats


Parameters

Form[]aArray

intfromIndex

inttoIndex=0

boolusePapUtil=true


Examples

Auto-Generated Example

Form[] myFormArray__aArray
int myInt__fromIndex
int myInt__toIndex
bool myBool__usePapUtil

Form[] returnedValue = clib.cArraySliceForm(myFormArray__aArray, myInt__fromIndex, myInt__toIndex, myBool__usePapUtil)
Some data provided by the Skyrim Creation Kit Wiki. Licensed under the Creative Commons Attribution-ShareAlike license.