- Found in:
- PapyrusUtil
intfunctionIntListCountValue(stringFileName, stringKeyName, intvalue, boolexclude=false)NativeGlobal
Caveats
Parameters
stringFileName
stringKeyName
intvalue
boolexclude=false
Examples
Auto-Generated Example
string myString__FileName
string myString__KeyName
int myInt__value
bool myBool__exclude
int returnedValue = JsonUtil.IntListCountValue(myString__FileName, myString__KeyName, myInt__value, myBool__exclude)