Background for Skyrim SE
Member of the DbMiscFunctions script
stringfunctionCreateRandomWord(intWordLength, stringletters="cdfghjklmnpqrstvwxyz", stringvowels="eiou", stringpairs="t gr ea ie ei pr qw fr cr tr vr br pl cl ")Global


Caveats


Parameters

intWordLength

stringletters="cdfghjklmnpqrstvwxyz"

stringvowels="eiou"

stringpairs="t gr ea ie ei pr qw fr cr tr vr br pl cl "


Examples

Auto-Generated Example

int myInt__WordLength
string myString__letters
string myString__vowels
string myString__pairs

string returnedValue = DbMiscFunctions.CreateRandomWord(myInt__WordLength, myString__letters, myString__vowels, myString__pairs)
Some data provided by the Skyrim Creation Kit Wiki. Licensed under the Creative Commons Attribution-ShareAlike license.