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

◆ LoadFooterButtonTexts()

void LoadFooterButtonTexts ( )
protected

Initial texts load for the footer buttons.

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

418 {
419 TextWidget uiBackText = TextWidget.Cast(layoutRoot.FindAnyWidget("BackText"));
420 if (uiBackText)
421 {
422 uiBackText.SetText(m_BackButtonTextID);
423 }
424 }
class JsonControlMappingInfo m_BackButtonTextID
Определения EnWidgets.c:220

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