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

◆ GetImagesetAndIconFromInputAction() [2/2]

static void InputUtils::GetImagesetAndIconFromInputAction ( string pInputAction,
int pInputDeviceType,
out array< string > pImageSet,
out array< string > pIconName )
inlinestaticprotected

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

161 {
162 UAInput inp = GetUApi().GetInputByName(pInputAction);
163
164 InputUtils.GetImagesetAndIconFromInputAction(inp, pInputDeviceType, pImageSet, pIconName);
165 }
proto native UAInputAPI GetUApi()
proto native UAInput GetInputByName(string sInputName)

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