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

Description

Documentation Comment

Returns asSource as array of Int split by asDelimiter


Caveats


Parameters

stringasSource

stringasDelimiter


Examples

Auto-Generated Example

string myString__asSource
string myString__asDelimiter

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