Background for Skyrim SE
Member of the clib script
string[]functioncArrayMergeString(string[]aArray1, string[]aArray2, booluseSKSE=true, boolusePapUtil=true)Global

Description

Documentation String

Requirements: None, SKSE:Soft, PapyrusUtil:Soft


Parameters

  1. string[]aArray1

  2. string[]aArray2

  3. booluseSKSE=true

  4. boolusePapUtil=true


Examples

Auto-Generated Example

string[] myStringArray__aArray1
string[] myStringArray__aArray2
bool myBool__useSKSE
bool myBool__usePapUtil

string[] returnedValue = clib.cArrayMergeString(myStringArray__aArray1, myStringArray__aArray2, myBool__useSKSE, myBool__usePapUtil)
Some data provided by the Skyrim Creation Kit Wiki. Licensed under the Creative Commons Attribution-ShareAlike license.