- Found in:
- PapyrusUtil
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)