Background for Skyrim SE
Member of the JIntMap script
stringfunctiongetStr(intobject, intkey, stringdefault="")NativeGlobal


Caveats


Parameters

intobject

intkey

stringdefault=""


Examples

Auto-Generated Example

int myInt__object
int myInt__key
string myString__default

string returnedValue = JIntMap.getStr(myInt__object, myInt__key, myString__default)
Some data provided by the Skyrim Creation Kit Wiki. Licensed under the Creative Commons Attribution-ShareAlike license.