Jump to: navigation, search

Current CustomValue Categories

This section describes how Stat Server calculates statistics of the following current custom-value statistical categories:

  • CurrentAverageCustomValue
  • CurrentCustomValue
  • CurrentMaxCustomValue
  • CurrentMinCustomValue
Important

Configured stat types for current custom-value statistical categories must specify DNAction as the Subject.

CurrentAverageCustomValue

Rtme CurrentAverageCustomValueFormula 812.png

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.

CurrentCustomValue

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)

CurrentMaxCustomValue

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)

CurrentMinCustomValue

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)

This page was last edited on July 5, 2017, at 17:49.
Comments or questions about this documentation? Contact us for support!