Background for Fallout 4
Member of the StringUtil script
stringfunctionArrayToString(string[]aaString, stringasDelim="")NativeGlobal

Description

Documentation String

Returns a array of strings as a single string, a delimiter can optionally be passed to be inserted between the strings


Caveats


Parameters

string[]aaString

stringasDelim=""


Examples

Auto-Generated Example

string[] myStringArray__aaString
string myString__asDelim

string returnedValue = StringUtil.ArrayToString(myStringArray__aaString, myString__asDelim)
Some data provided by the Fallout 4 Creation Kit Wiki. Licensed under the Creative Commons Attribution-Share Alike 4.0 license.