Background for Skyrim SE
Member of the DynamicActorArrays script
Actor[]functionJoin(Actor[]a_Array, Actor[]b_Array)

Description

Documentation Comment

Join a_Array with b_Array and return new array.
The added lengths of the arrays must be less than or equil to 128 elements.
If greater than, the tail end of b_array is clipped off where it exceeds 128.


Caveats


Parameters

Actor[]a_Array

Actor[]b_Array


Examples

Auto-Generated Example

Actor[] myActorArray__a_Array
Actor[] myActorArray__b_Array

Actor[] returnedValue = myDynamicActorArrays__toCallFunctionOn.Join(myActorArray__a_Array, myActorArray__b_Array)
Some data provided by the Skyrim Creation Kit Wiki. Licensed under the Creative Commons Attribution-ShareAlike license.