Background for Fallout 4
Member of the Lighthouse script
    Found in:
  • LH
int[]functionResizeArrayInt(int[]akArrayToResize, intaiArrSize, intaiArrFill)NativeGlobal


Caveats


Parameters

int[]akArrayToResize

intaiArrSize

intaiArrFill


Examples

Auto-Generated Example

int[] myIntArray__akArrayToResize
int myInt__aiArrSize
int myInt__aiArrFill

int[] returnedValue = Lighthouse.ResizeArrayInt(myIntArray__akArrayToResize, myInt__aiArrSize, myInt__aiArrFill)
Some data provided by the Fallout 4 Creation Kit Wiki. Licensed under the Creative Commons Attribution-Share Alike 4.0 license.