- 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
int[]aArray1
int[]aArray2
intfiller=0
Examples
Auto-Generated Example
int[] myIntArray__aArray1
int[] myIntArray__aArray2
int myInt__filler
int[] returnedValue = clib.cArrayCopyToInt(myIntArray__aArray1, myIntArray__aArray2, myInt__filler)