Background for Skyrim SE
Member of the DbMiscFunctions script
string[]functionGetKeyCodeStringsInRange(intminKey=1, intmaxKey=281, stringstartBracket="", stringendBracket="", boolincludeInts=true)Global

Description

Documentation Comment

requires skse


Caveats


Parameters

intminKey=1

intmaxKey=281

stringstartBracket=""

stringendBracket=""

boolincludeInts=true


Examples

Auto-Generated Example

int myInt__minKey
int myInt__maxKey
string myString__startBracket
string myString__endBracket
bool myBool__includeInts

string[] returnedValue = DbMiscFunctions.GetKeyCodeStringsInRange(myInt__minKey, myInt__maxKey, myString__startBracket, myString__endBracket, myBool__includeInts)
Some data provided by the Skyrim Creation Kit Wiki. Licensed under the Creative Commons Attribution-ShareAlike license.