Background for Skyrim SE
Member of the clib script
Actor[]functioncArrayCopyToActor(Actor[]aArray1, Actor[]aArray2, Actorfiller=NONE)Global

Description

Documentation String

Requirements: None

Documentation Comment

just copies one array to another, can be used for arrays of any size whether SKSE is installed or not


Caveats


Parameters

Actor[]aArray1

Actor[]aArray2

Actorfiller=NONE


Examples

Auto-Generated Example

Actor[] myActorArray__aArray1
Actor[] myActorArray__aArray2
Actor myActor__filler

Actor[] returnedValue = clib.cArrayCopyToActor(myActorArray__aArray1, myActorArray__aArray2, myActor__filler)
Some data provided by the Skyrim Creation Kit Wiki. Licensed under the Creative Commons Attribution-ShareAlike license.