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

◆ UpdatePCIconsVisibility()

void ScriptedWidgetEventHandler::UpdatePCIconsVisibility ( )
inlineprivate

Contains logic for icon set switching (Gamepad/M&K)

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

120 {
121 bool showConsoleIcons = false;
122 #ifdef PLATFORM_CONSOLE
124 #endif
125
126 ShowXboxHidePCIcons("ia_interact", showConsoleIcons);
127 ShowXboxHidePCIcons("ia_continuous_interact", showConsoleIcons);
128 ShowXboxHidePCIcons("ia_single", showConsoleIcons);
129 ShowXboxHidePCIcons("ia_continuous", showConsoleIcons);
130 }
proto native Input GetInput()
proto native EInputDeviceType GetCurrentInputDevice()
proto native bool IsEnabledMouseAndKeyboardEvenOnServer()
void ShowXboxHidePCIcons(string widget, bool show_xbox_icon)
Определения ItemActionsWidget.c:78
proto native CGame GetGame()
EInputDeviceType
Определения input.c:3

Перекрестные ссылки Input::GetCurrentInputDevice(), GetGame(), CGame::GetInput(), Input::IsEnabledMouseAndKeyboardEvenOnServer() и ShowXboxHidePCIcons().

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