This page was last edited on July 5, 2017, at 17:49.
Comments or questions about this documentation? Contact us for support!
This section describes how Stat Server calculates statistics of the following current custom-value statistical categories:
Configured stat types for current custom-value statistical categories must specify DNAction as the Subject.
When the denominator is 0, the returned value is 0 (the numerator is always 0 in this case).
This category returns the average value of the custom formula of all ongoing actions listed in the main mask.
The CurrentCustomValue statistical category returns an aggregated value that represents the sum of the custom formula values evaluated over each interaction-related, durable action listed in the mask that is occurring currently.
Value = CurrentCustomValue(MainMask,CustomFormula)
The CurrentMaxCustomValue statistical category returns an aggregated value that represents the greatest of the custom formula values evaluated over each interaction-related, durable action listed in the mask that is occurring currently.
Value = CurrentMaxCustomValue(MainMask,CustomFormula)
The CurrentMinCustomValue statistical category returns an aggregated value that represents the smallest of the custom formula values evaluated over each interaction-related, durable action listed in the mask that is occurring currently.
Value = CurrentMinCustomValue(MainMask,CustomFormula)