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


Caveats


Parameters

intobject

stringkey

stringdefault=""


Examples

Auto-Generated Example

int myInt__object
string myString__key
string myString__default

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