Background for Skyrim SE
Member of the JArray script
boolfunctionwriteToFormPArray(intobject, Form[]targetArray, intwriteAtIdx=0, intstopWriteAtIdx=-1, intreadIdx=0, FormdefaultRead=NONE)NativeGlobal


Caveats


Parameters

intobject

Form[]targetArray

intwriteAtIdx=0

intstopWriteAtIdx=-1

intreadIdx=0

FormdefaultRead=NONE


Examples

Auto-Generated Example

int myInt__object
Form[] myFormArray__targetArray
int myInt__writeAtIdx
int myInt__stopWriteAtIdx
int myInt__readIdx
Form myForm__defaultRead

bool returnedValue = JArray.writeToFormPArray(myInt__object, myFormArray__targetArray, myInt__writeAtIdx, myInt__stopWriteAtIdx, myInt__readIdx, myForm__defaultRead)
Some data provided by the Skyrim Creation Kit Wiki. Licensed under the Creative Commons Attribution-ShareAlike license.