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

◆ EWeaponObstructionMode

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

365{
366 DISABLED = 0, // Obstruction disallowed. Weapon doesn't obstruct, but still lifts.
367 ENABLED = 1, // Obstruction allowed. Weapon first obstructs and then lifts.
368 ALWAYS = 2, // Obstruction always. Weapon obstructs and never lifts.
369}
ALWAYS
Определения CfgGameplayDataJson.c:376
ENABLED
Определения CfgGameplayDataJson.c:375
@ DISABLED
Определения EnWidgets.c:79