Background for Skyrim SE
Member of the DynamicActorArrays script
Actor[]functionDuplicate(Actor[]akArray)

Description

Documentation Comment

Copy all the elements from akArray to NewArray and return NewArray.
Only copy's up to 128 elements.
different than doing ArrayA = ArrayB.
When doing that, altering ArrayB will also alter ArrayA. Not so with these copy functions.


Caveats


Parameters

Actor[]akArray


Examples

Auto-Generated Example

Actor[] myActorArray__akArray

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