Background for Fallout 4
Member of the Lighthouse script
    Found in:
  • LH
ConstructibleObject[]functionResizeArrayCOBJ(ConstructibleObject[]akArrayToResize, intaiArrSize, ConstructibleObjectakArrFill)NativeGlobal


Parameters

  1. ConstructibleObject[]akArrayToResize

  2. intaiArrSize

  3. ConstructibleObjectakArrFill


Examples

Auto-Generated Example

ConstructibleObject[] myConstructibleObjectArray__akArrayToResize
int myInt__aiArrSize
ConstructibleObject myConstructibleObject__akArrFill

ConstructibleObject[] returnedValue = Lighthouse.ResizeArrayCOBJ(myConstructibleObjectArray__akArrayToResize, myInt__aiArrSize, myConstructibleObject__akArrFill)
Some data provided by the Fallout 4 Creation Kit Wiki. Licensed under the Creative Commons Attribution-Share Alike 4.0 license.