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

◆ PPEExceptions

/brief IDs of custom PPE classes /note Currently used for various native exceptions that used to be handled outside of script-side postprocess system. /note Can be used for custom functionality as well, C++ permitting.

Элементы перечислений
NONE 
EXPOSURE 
DOF 
EYEACCOM 
NVLIGHTPARAMS 

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

43{
44 NONE = -1,
45 EXPOSURE = 50,
46 DOF,
49};
@ EXPOSURE
Определения PPEConstants.c:45
@ DOF
Определения PPEConstants.c:46
@ EYEACCOM
Определения PPEConstants.c:47
@ NVLIGHTPARAMS
Определения PPEConstants.c:48
@ NONE
No flags.
Определения EnProfiler.c:11