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


Caveats


Parameters

stringFileName

stringKeyName

floatvalue

boolallInstances=true


Examples

Auto-Generated Example

string myString__FileName
string myString__KeyName
float myFloat__value
bool myBool__allInstances

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