Background for Skyrim SE
Member of the StorageUtil script
intfunctionFileFloatListRemove(stringKeyName, floatvalue, boolallInstances=false)Global


Caveats


Parameters

stringKeyName

floatvalue

boolallInstances=false


Examples

Auto-Generated Example

string myString__KeyName
float myFloat__value
bool myBool__allInstances

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