Background for Skyrim SE
Member of the JLua script
intfunctionsetFlt(stringkey, floatvalue, inttransport=0)NativeGlobal


Caveats


Parameters

stringkey

floatvalue

inttransport=0


Examples

Auto-Generated Example

string myString__key
float myFloat__value
int myInt__transport

int returnedValue = JLua.setFlt(myString__key, myFloat__value, myInt__transport)
Some data provided by the Skyrim Creation Kit Wiki. Licensed under the Creative Commons Attribution-ShareAlike license.