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

◆ SetBayonetAttached()

override void Weapon::SetBayonetAttached ( bool pState,
int slot_idx = -1 )
inlineprotected

attachment helpers (firearm melee)

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

1796 {
1797 m_BayonetAttached = pState;
1798 m_BayonetAttachmentIdx = slot_idx;
1799 }
int m_BayonetAttachmentIdx
Определения Weapon_Base.c:58
bool m_BayonetAttached
Определения Weapon_Base.c:52

Перекрестные ссылки m_BayonetAttached и m_BayonetAttachmentIdx.