Background for Fallout 4
Member of the Lighthouse script
    Found in:
  • LH
string[]functionResizeArrayString(string[]akArrayToResize, intaiArrSize, stringasArrFill)NativeGlobal


Caveats


Parameters

string[]akArrayToResize

intaiArrSize

stringasArrFill


Examples

Auto-Generated Example

string[] myStringArray__akArrayToResize
int myInt__aiArrSize
string myString__asArrFill

string[] returnedValue = Lighthouse.ResizeArrayString(myStringArray__akArrayToResize, myInt__aiArrSize, myString__asArrFill)
Some data provided by the Fallout 4 Creation Kit Wiki. Licensed under the Creative Commons Attribution-Share Alike 4.0 license.