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

◆ SetBayonetAttached()

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

attachment helpers (firearm melee)

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

2095 {
2096 m_BayonetAttached = pState;
2097 m_BayonetAttachmentIdx = slot_idx;
2098 }
int m_BayonetAttachmentIdx
Определения Weapon_Base.c:58
bool m_BayonetAttached
Определения Weapon_Base.c:52

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