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

◆ EUndergroundPresence

Элементы перечислений
NONE 
OUTER 
TRANSITIONING 
FULL 

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

2{
3 NONE,//player is not interacting with underground at any level
4 OUTER,//player is on the outskirts of the underdound, some effects are already in effect, while others might not be
5 TRANSITIONING,//player has entered underground and is in the process of screen darkening transition
6 FULL//the player is now fully entered underground
7}
enum EWetnessLevel FULL
@ TRANSITIONING
Определения UndergroundHandlerClient.c:5
@ OUTER
Определения UndergroundHandlerClient.c:4
@ NONE
No flags.
Определения EnProfiler.c:11