Background for Skyrim SE
Member of the clib script
int[]functioncArrayCopyToInt(int[]aArray1, int[]aArray2, intfiller=0)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

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)
Some data provided by the Skyrim Creation Kit Wiki. Licensed under the Creative Commons Attribution-ShareAlike license.