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


Parameters

  1. intobject

  2. intkey

  3. 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.