Background for Skyrim SE
Member of the clib script
string[]functioncArrayCopyToString(string[]aArray1, string[]aArray2, stringfiller="")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

string[]aArray1

string[]aArray2

stringfiller=""


Examples

Auto-Generated Example

string[] myStringArray__aArray1
string[] myStringArray__aArray2
string myString__filler

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