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

◆ GetButtonIconPathFromInput() [2/2]

static array< string > InputUtils::GetButtonIconPathFromInput ( string pInputName,
int pInputDeviceType )
inlinestaticprotected

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

109 {
110 UAInput inp = GetUApi().GetInputByName(pInputName);
111
112 array<string> buttonIcons = new array<string>();
113 buttonIcons = InputUtils.GetButtonIconPathFromInput(inp, pInputDeviceType);
114
115 return buttonIcons;
116 }
proto native UAInputAPI GetUApi()
proto native UAInput GetInputByName(string sInputName)

Перекрестные ссылки GetButtonIconPathFromInput(), UAInputAPI::GetInputByName() и GetUApi().