Background for Skyrim SE
Member of the LibFire script
string[]functionSplitString(stringasSource, stringasDelimiter)NativeGlobal

Description

Documentation Comment

Returns asSource as array of String split by asDelimiter


Caveats


Parameters

stringasSource

stringasDelimiter


Examples

Auto-Generated Example

string myString__asSource
string myString__asDelimiter

string[] returnedValue = LibFire.SplitString(myString__asSource, myString__asDelimiter)
Some data provided by the Skyrim Creation Kit Wiki. Licensed under the Creative Commons Attribution-ShareAlike license.