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

◆ GetInterpTime()

float ScriptedWidgetEventHandler::GetInterpTime ( )
inlineprotected

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

51 {
52 string time_text = m_InterpTimeWidget.GetText();
53 m_InterpTime = time_text.ToFloat();
54 return m_InterpTime;
55 }
float m_InterpTime
Определения CTKeyframe.c:4
EditBoxWidget m_InterpTimeWidget
Определения CTKeyframe.c:13
proto native float ToFloat()
Converts string to float.

Перекрестные ссылки m_InterpTime, m_InterpTimeWidget и string::ToFloat().