- Found in:
- cLib
int[]functioncArrayMergeInt(int[]aArray1, int[]aArray2, booluseSKSE=true, boolusePapUtil=true)Global
Description
Documentation String
Requirements: None, SKSE:Soft, PapyrusUtil:Soft
Caveats
Parameters
int[]aArray1
int[]aArray2
booluseSKSE=true
boolusePapUtil=true
Examples
Auto-Generated Example
int[] myIntArray__aArray1
int[] myIntArray__aArray2
bool myBool__useSKSE
bool myBool__usePapUtil
int[] returnedValue = clib.cArrayMergeInt(myIntArray__aArray1, myIntArray__aArray2, myBool__useSKSE, myBool__usePapUtil)