Background for Skyrim SE
Member of the clib script
Actor[]functioncArrayCopyActor(Actor[]aArray)Global

Description

Documentation String

Requirements: None

Documentation Comment

Array copying
--> Returns new array copy


Caveats


Parameters

Actor[]aArray


Examples

Auto-Generated Example

Actor[] myActorArray__aArray

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