50 {
59 );
60
62
63 DisplayElementTendency displayElement = DisplayElementTendency.Cast(
GetVirtualHud().
GetElement(eDisplayElements.DELM_TDCY_TEMPERATURE));
64
65 if (displayElement)
66 {
67 displayElement.SetTendency(tendency);
68 displayElement.SetSeriousnessLevel(level);
69 }
70 }
DisplayElementBase GetElement(eDisplayElements element_id)
VirtualHud GetVirtualHud()
int CalculateTendency(float delta, float inctresholdlow, float inctresholdmed, float inctresholdhigh, float dectresholdlow, float dectresholdmed, float dectresholdhigh)
const float DEC_TRESHOLD_LOW
const float INC_TRESHOLD_LOW
const float DEC_TRESHOLD_HIGH
const float INC_TRESHOLD_HIGH
DSLevelsTemp DetermineLevelEx()
const float DEC_TRESHOLD_MED
const float INC_TRESHOLD_MED