DayZ
1.27
DayZ Explorer by KGB
Загрузка...
Поиск...
Не найдено
◆
GetNonEmptyCount()
int
GetNonEmptyCount
(
)
protected
См. определение в файле
QuickBarBase.c
строка
66
67
{
68
int
count = 0;
69
for
(
int
i = 0; i <
m_slotsCount
; i++ )
70
{
71
if
(
m_aQuickbarEnts
[i].m_enabled)
72
count++;
73
}
74
75
return
count;
76
}
m_aQuickbarEnts
class QuickBarItem m_aQuickbarEnts[MAX_QUICKBAR_SLOTS_COUNT]
m_slotsCount
int m_slotsCount
Определения
QuickBarBase.c:19
Перекрестные ссылки
m_aQuickbarEnts
и
m_slotsCount
.
Ishodniki
scripts
4_World
Classes
QuickBarBase.c
Создано системой
1.13.2