Background for Skyrim SE

JLua


Inheritance Tree

No indexed scripts extend this script.

Properties
Events
Functions
floatfunctionevalLuaFlt(stringluaCode, inttransport, floatdefault=0.0, boolminimizeLifetime=true)NativeGlobal

[DEV SERVER] Loading description...

intfunctionevalLuaInt(stringluaCode, inttransport, intdefault=0, boolminimizeLifetime=true)NativeGlobal
stringfunctionevalLuaStr(stringluaCode, inttransport, stringdefault="", boolminimizeLifetime=true)NativeGlobal
intfunctionevalLuaObj(stringluaCode, inttransport, intdefault=0, boolminimizeLifetime=true)NativeGlobal
FormfunctionevalLuaForm(stringluaCode, inttransport, Formdefault=NONE, boolminimizeLifetime=true)NativeGlobal
intfunctionsetStr(stringkey, stringvalue, inttransport=0)NativeGlobal

Inserts new (or replaces existing) {key -> value} pair. Expects that @transport is JMap object, if @transport is 0 it creates new JMap object.
Returns @transport

intfunctionsetFlt(stringkey, floatvalue, inttransport=0)NativeGlobal
intfunctionsetInt(stringkey, intvalue, inttransport=0)NativeGlobal
intfunctionsetForm(stringkey, Formvalue, inttransport=0)NativeGlobal
intfunctionsetObj(stringkey, intvalue, inttransport=0)NativeGlobal
Some data provided by the Skyrim Creation Kit Wiki. Licensed under the Creative Commons Attribution-ShareAlike license.