Background for Skyrim SE
Member of the StorageUtil script
voidfunctionFormListSlice(FormObjKey, stringKeyName, Form[]slice, intstartIndex=0)NativeGlobal


Caveats


Parameters

FormObjKey

stringKeyName

Form[]slice

intstartIndex=0


Examples

Auto-Generated Example

Form myForm__ObjKey
string myString__KeyName
Form[] myFormArray__slice
int myInt__startIndex

StorageUtil.FormListSlice(myForm__ObjKey, myString__KeyName, myFormArray__slice, myInt__startIndex)
Some data provided by the Skyrim Creation Kit Wiki. Licensed under the Creative Commons Attribution-ShareAlike license.