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

◆ SetButtstockAttached()

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

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

2111 {
2112 m_ButtstockAttached = pState;
2113 m_ButtstockAttachmentIdx = slot_idx;
2114 }
bool m_ButtstockAttached
Определения Weapon_Base.c:53
int m_ButtstockAttachmentIdx
Определения Weapon_Base.c:59

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