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


Caveats


Parameters

intsize

stringfill=""


Examples

Auto-Generated Example

int myInt__size
string myString__fill

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