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

◆ CheckWidth()

void CheckWidth ( )
protected

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

39 {
41
42 if( m_Height > 0 )
43 {
44 float ratio = m_Width / m_Height;
45 if( ratio > 1.75 )
47 else if( ratio > 1.5 )
49 else
51 }
52 }
static ScreenWidthType m_WidthType
Определения InventoryMenu.c:16
static int m_Width
Определения InventoryMenu.c:17
ScreenWidthType
Определения InventoryMenu.c:2
static int m_Height
Определения InventoryMenu.c:18
proto void GetScreenSize(out int x, out int y)

Перекрестные ссылки GetScreenSize(), m_Height, m_Width и m_WidthType.

Используется в InventoryMenu().