Background for Skyrim SE
Member of the clib script
Alias[]functioncArrayCopyToAlias(Alias[]aArray1, Alias[]aArray2, Aliasfiller=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

Alias[]aArray1

Alias[]aArray2

Aliasfiller=NONE


Examples

Auto-Generated Example

Alias[] myAliasArray__aArray1
Alias[] myAliasArray__aArray2
Alias myAlias__filler

Alias[] returnedValue = clib.cArrayCopyToAlias(myAliasArray__aArray1, myAliasArray__aArray2, myAlias__filler)
Some data provided by the Skyrim Creation Kit Wiki. Licensed under the Creative Commons Attribution-ShareAlike license.