Background for Skyrim SE
Member of the JsonUtil script
intfunctionFloatListAdd(stringFileName, stringKeyName, floatvalue, boolallowDuplicate=true)NativeGlobal


Caveats


Parameters

stringFileName

stringKeyName

floatvalue

boolallowDuplicate=true


Examples

Auto-Generated Example

string myString__FileName
string myString__KeyName
float myFloat__value
bool myBool__allowDuplicate

int returnedValue = JsonUtil.FloatListAdd(myString__FileName, myString__KeyName, myFloat__value, myBool__allowDuplicate)
Some data provided by the Skyrim Creation Kit Wiki. Licensed under the Creative Commons Attribution-ShareAlike license.