- Found in:
- cLib
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
Examples
Auto-Generated Example
Actor[] myActorArray__aArray1
Actor[] myActorArray__aArray2
Actor myActor__filler
Actor[] returnedValue = clib.cArrayCopyToActor(myActorArray__aArray1, myActorArray__aArray2, myActor__filler)