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

◆ UpdateControlsElements()

void WarningMenuBase::UpdateControlsElements ( )
inlineprotected

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

94 {
95 RichTextWidget toolbarText = RichTextWidget.Cast(layoutRoot.FindAnyWidget("ContextToolbarText"));
96 string context = string.Format(" %1", InputUtils.GetRichtextButtonIconFromInputAction("UAUISelect", "#early_access_alpha_understand", EUAINPUT_DEVICE_CONTROLLER, InputUtils.ICON_SCALE_TOOLBAR));
97
98 toolbarText.SetText(context);
99 }

Перекрестные ссылки InputUtils::GetRichtextButtonIconFromInputAction() и InputUtils::ICON_SCALE_TOOLBAR.

Используется в OnInputDeviceChanged() и OnInputPresetChanged().