Background for Skyrim SE
Member of the DynamicStringArrays script
string[]functionResize(string[]akArray, intNewSize, stringFill="")

Description

Documentation Comment

Resize akArray to NewSize and return New Array.
If NewSize is less than current size, removes elements after NewSize in akArray.
If NewSize is greater than current size, the Fill element to the end of the akArray.


Caveats


Parameters

string[]akArray

intNewSize

stringFill=""


Examples

Auto-Generated Example

string[] myStringArray__akArray
int myInt__NewSize
string myString__Fill

string[] returnedValue = myDynamicStringArrays__toCallFunctionOn.Resize(myStringArray__akArray, myInt__NewSize, myString__Fill)
Some data provided by the Skyrim Creation Kit Wiki. Licensed under the Creative Commons Attribution-ShareAlike license.