- Found in:
- PapyrusUtil
intfunctionFloatListCountValue(stringFileName, stringKeyName, floatvalue, boolexclude=false)NativeGlobal
Caveats
Parameters
stringFileName
stringKeyName
floatvalue
boolexclude=false
Examples
Auto-Generated Example
string myString__FileName
string myString__KeyName
float myFloat__value
bool myBool__exclude
int returnedValue = JsonUtil.FloatListCountValue(myString__FileName, myString__KeyName, myFloat__value, myBool__exclude)