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


Caveats


Parameters

stringFileName

stringKeyName

Formvalue

boolallInstances=true


Examples

Auto-Generated Example

string myString__FileName
string myString__KeyName
Form myForm__value
bool myBool__allInstances

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