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

◆ LoadFooterButtonTexts()

void LoadFooterButtonTexts ( )
protected

Initial texts load for the footer buttons.

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

405 {
406 TextWidget uiBackText = TextWidget.Cast(layoutRoot.FindAnyWidget("BackText"));
407 if (uiBackText)
408 {
409 uiBackText.SetText(m_BackButtonTextID);
410 }
411 }
class JsonControlMappingInfo m_BackButtonTextID
Определения EnWidgets.c:220

Перекрестные ссылки m_BackButtonTextID.