Background for Skyrim SE
Member of the DbBigStringArray script
DbBigStringArrayfunctionCreate(FormBigArrayForm, intakSize=0, stringfillElement="", boolpersistent=true, boolabInitiallyDisabled=true)Global

Description

Documentation Comment

create a big string array with a max size of 16384
this script and the DynamicStringArrays script should be attached to the BigArrayForm


Caveats


Parameters

FormBigArrayForm

intakSize=0

stringfillElement=""

boolpersistent=true

boolabInitiallyDisabled=true


Examples

Auto-Generated Example

Form myForm__BigArrayForm
int myInt__akSize
string myString__fillElement
bool myBool__persistent
bool myBool__abInitiallyDisabled

DbBigStringArray returnedValue = DbBigStringArray.Create(myForm__BigArrayForm, myInt__akSize, myString__fillElement, myBool__persistent, myBool__abInitiallyDisabled)
Some data provided by the Skyrim Creation Kit Wiki. Licensed under the Creative Commons Attribution-ShareAlike license.