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

Description

Documentation String

Returns a string as an array of characters, a delimiter can optionally be passed to only split the string at certain characters


Caveats


Parameters

stringasString

stringasDelim=""


Examples

Auto-Generated Example

string myString__asString
string myString__asDelim

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