Background for Skyrim SE
Member of the Utility script
string[]functionResizeStringArray(string[]source, intsize, stringfill="")NativeGlobal


Parameters

  1. string[]source

  2. intsize

  3. stringfill=""


Examples

Auto-Generated Example

string[] myStringArray__source
int myInt__size
string myString__fill

string[] returnedValue = Utility.ResizeStringArray(myStringArray__source, myInt__size, myString__fill)
Some data provided by the Skyrim Creation Kit Wiki. Licensed under the Creative Commons Attribution-ShareAlike license.