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

◆ GetWeaponSpecificCommand()

override int CZ61_Base::GetWeaponSpecificCommand ( int weaponAction,
int subCommand )
inlineprivate

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

18 {
19 if ( weaponAction == WeaponActions.CHAMBERING)
20 {
21 switch (subCommand)
22 {
23 case WeaponActionChamberingTypes.CHAMBERING_ONEBULLET_UNIQUE_CLOSED:
24 return WeaponActionChamberingTypes.CHAMBERING_ONEBULLET_OPENED;
25
26 default:
27 return subCommand;
28 }
29
30 }
31 return subCommand;
32 }
WeaponActionChamberingTypes
Определения human.c:876
WeaponActions
actions
Определения human.c:816