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


Parameters

  1. int[]akArrayToResize

  2. intaiArrSize

  3. 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.