Background for Skyrim SE
Member of the StorageUtil script
floatfunctionFileFloatListSet(stringKeyName, intindex, floatvalue)Global


Caveats


Parameters

stringKeyName

intindex

floatvalue


Examples

Auto-Generated Example

string myString__KeyName
int myInt__index
float myFloat__value

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