Background for Skyrim SE
Member of the StorageUtil script
intfunctionFormListCountValue(FormObjKey, stringKeyName, Formvalue, boolexclude=false)NativeGlobal


Caveats


Parameters

FormObjKey

stringKeyName

Formvalue

boolexclude=false


Examples

Auto-Generated Example

Form myForm__ObjKey
string myString__KeyName
Form myForm__value
bool myBool__exclude

int returnedValue = StorageUtil.FormListCountValue(myForm__ObjKey, myString__KeyName, myForm__value, myBool__exclude)
Some data provided by the Skyrim Creation Kit Wiki. Licensed under the Creative Commons Attribution-ShareAlike license.