Background for Skyrim SE
Member of the DbMiscFunctions script
string[]functionGetRandomWordsFromStringA(strings, intnumOfWords, stringDivider="")Global


Caveats


Parameters

strings

intnumOfWords

stringDivider=""


Examples

Auto-Generated Example

string myString__s
int myInt__numOfWords
string myString__Divider

string[] returnedValue = DbMiscFunctions.GetRandomWordsFromStringA(myString__s, myInt__numOfWords, myString__Divider)
Some data provided by the Skyrim Creation Kit Wiki. Licensed under the Creative Commons Attribution-ShareAlike license.