DayZ
1.27
DayZ Explorer by KGB
Загрузка...
Поиск...
Не найдено
◆
SetCursorIconScale()
[2/2]
override void Hud::SetCursorIconScale
(
string
type
,
float
percentage
)
inline
protected
См. определение в файле
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
}
x
Icon x
y
Icon y
Hud::m_CursorIcon
ImageWidget m_CursorIcon
Определения
IngameHud.c:80
Перекрестные ссылки
m_CursorIcon
,
x
и
y
.
Hud
Создано системой
1.13.2