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

◆ AbilityRecord()

void AbilityRecord::AbilityRecord ( int a,
int at )
inlineprivate

corresponds to Human::actionTypes == CHAMBERING_ONEBULLET_CLOSED, MECHANISM_CLOSED...

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

8{ m_action = a; m_actionType = at; }
int m_actionType
corresponds to Human::actions == RELOAD, MECHANISM, ...
Определения Weapon_Base.c:7
int m_action
Определения Weapon_Base.c:6

Перекрестные ссылки m_action и m_actionType.