10 super.InitDynamicDescription(attribute);
13 Print(
"'SCR_DayDurationAttributeDynamicDescription' is not attached to the 'SCR_DayDurationEditorAttribute'!", LogLevel.ERROR);
33 float realLifeSecondsFloat = Math.Round(3600 / var.GetFloat());
35 int days, hours, minutes, seconds;
36 SCR_DateTimeHelper.GetDayHourMinuteSecondFromSeconds((
int)realLifeSecondsFloat, days, hours, minutes, seconds);
38 param1 = hours.ToString();
39 param2 = minutes.ToString();
40 param3 = seconds.ToString();
41 uiInfo = m_DescriptionDisplayInfo;