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

◆ OnUpdate()

override bool ActionTargetsCursor::OnUpdate ( Widget w)
inlineprotected

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

286 {
287 if (m_Root == w)
288 {
289 Update();
290 return true;
291 }
292
293 return false;
294 }
Widget m_Root
Определения ActionTargetsCursor.c:85
void Update()
Определения ActionTargetsCursor.c:305

Перекрестные ссылки m_Root и Update().