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

◆ GetRichtextButtonIconFromInputAction() [2/2]

static string InputUtils::GetRichtextButtonIconFromInputAction ( string pInputAction,
string pLocalizedDescription,
int pInputDeviceType = EUAINPUT_DEVICE_CONTROLLER,
float pScale = ICON_SCALE_NORMAL,
bool pVertical = false )
inlinestaticprotected

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

199 {
200 UAInput inp = GetUApi().GetInputByName(pInputAction);
201
202 array<string> imageSets = new array<string>();
203 array<string> iconNames = new array<string>();
204 InputUtils.GetImagesetAndIconFromInputAction(inp, pInputDeviceType, imageSets, iconNames);
205
206 return InputUtils.GetRichtextButtonIconFromInputAction(inp, pLocalizedDescription, pInputDeviceType, pScale, pVertical);
207 }
proto native UAInputAPI GetUApi()
proto native UAInput GetInputByName(string sInputName)

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