DayZ 1.27
DayZ Explorer by KGB
 
Загрузка...
Поиск...
Не найдено

◆ GetNormalized()

override float GetNormalized ( )
protected

См. определение в файле PlayerStatBase.c строка 154

155 {
156 return Math.InverseLerp(GetMin(), GetMax(), Get());
157 }
override float GetMax()
Определения PlayerStatBase.c:144
override float Get()
Определения PlayerStatBase.c:134
override float GetMin()
Определения PlayerStatBase.c:149
Определения EnMath.c:7
static proto float InverseLerp(float a, float b, float value)
Calculates the linear value that produces the interpolant value within the range [a,...

Перекрестные ссылки PlayerStatBase::Get(), PlayerStatBase::GetMax(), PlayerStatBase::GetMin() и Math::InverseLerp().