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

◆ SetButtstockAttached()

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

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

1812 {
1813 m_ButtstockAttached = pState;
1814 m_ButtstockAttachmentIdx = slot_idx;
1815 }
bool m_ButtstockAttached
Определения Weapon_Base.c:53
int m_ButtstockAttachmentIdx
Определения Weapon_Base.c:59

Перекрестные ссылки m_ButtstockAttached и m_ButtstockAttachmentIdx.