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

◆ SetCursorIconScale() [2/2]

override void Hud::SetCursorIconScale ( string type,
float percentage )
inlineprotected

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

420 {
421 float x, y;
422 m_CursorIcon.FindAnyWidget( type ).GetParent().GetSize( x, y );
423 m_CursorIcon.FindAnyWidget( type ).GetParent().SetSize( x * percentage, y * percentage );
424 }
Icon x
Icon y
ImageWidget m_CursorIcon
Определения IngameHud.c:80

Перекрестные ссылки m_CursorIcon, x и y.