Background for Skyrim SE
Member of the JValue script
floatfunctionevalLuaFlt(intobject, stringluaCode, floatdefault=0.0)NativeGlobal

Description

Documentation Comment

Evaluates piece of lua code. Lua support is experimental


Caveats


Parameters

intobject

stringluaCode

floatdefault=0.0


Examples

Auto-Generated Example

int myInt__object
string myString__luaCode
float myFloat__default

float returnedValue = JValue.evalLuaFlt(myInt__object, myString__luaCode, myFloat__default)
Some data provided by the Skyrim Creation Kit Wiki. Licensed under the Creative Commons Attribution-ShareAlike license.