Background for Skyrim SE
Member of the StorageUtil script
intfunctionFileFloatListAdd(stringKeyName, floatvalue, boolallowDuplicate=true)Global


Caveats


Parameters

stringKeyName

floatvalue

boolallowDuplicate=true


Examples

Auto-Generated Example

string myString__KeyName
float myFloat__value
bool myBool__allowDuplicate

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