- Found in:
- PapyrusUtil
intfunctionFormListCountValue(stringFileName, stringKeyName, Formvalue, boolexclude=false)NativeGlobal
Caveats
Parameters
Examples
Auto-Generated Example
string myString__FileName
string myString__KeyName
Form myForm__value
bool myBool__exclude
int returnedValue = JsonUtil.FormListCountValue(myString__FileName, myString__KeyName, myForm__value, myBool__exclude)