Background for Skyrim SE
Member of the clib script
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)
Some data provided by the Skyrim Creation Kit Wiki. Licensed under the Creative Commons Attribution-ShareAlike license.