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

◆ GetWeaponSpecificCommand()

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

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

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