- 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
Alias[] myAliasArray__aArray1
Alias[] myAliasArray__aArray2
Alias myAlias__filler
Alias[] returnedValue = clib.cArrayCopyToAlias(myAliasArray__aArray1, myAliasArray__aArray2, myAlias__filler)