Dayz 1.25
Dayz Code Explorer by KGB
Загрузка...
Поиск...
Не найдено
Файл StateManager.c

См. исходные тексты.

Структуры данных

class  SymptomManager
 

Перечисления

enum  AnimType { FULL_BODY = 1 , ADDITIVE }
 
enum  SymptomTypes { PRIMARY , SECONDARY }
 
enum  EAnimPlayState { OK , POSTPONED , FAILED }
 

Переменные

enum AnimType SYMPTOM_COUGH = 1
 
enum AnimType SYMPTOM_VOMIT = 1
 
enum AnimType SYMPTOM_BLINDNESS = 1
 
enum AnimType SYMPTOM_BULLET_HIT = 1
 
enum AnimType SYMPTOM_BLEEDING_SOURCE = 1
 
enum AnimType SYMPTOM_BLOODLOSS = 1
 
enum AnimType SYMPTOM_SNEEZE = 1
 
enum AnimType SYMPTOM_FEVERBLUR = 1
 
enum AnimType SYMPTOM_LAUGHTER = 1
 
enum AnimType SYMPTOM_UNCONSCIOUS = 1
 
enum AnimType SYMPTOM_FREEZE = 1
 
enum AnimType SYMPTOM_HOT = 1
 
enum AnimType SYMPTOM_PAIN_LIGHT = 1
 
enum AnimType SYMPTOM_PAIN_HEAVY = 1
 
enum AnimType SYMPTOM_HAND_SHIVER = 1
 
const int DEBUG_PADDING_OFFSET = 2
 
const int MAX_QUEUE_SIZE = 5
 

Перечисления

◆ AnimType

Элементы перечислений
FULL_BODY 
ADDITIVE 
2{
3 FULL_BODY = 1,
5}
@ FULL_BODY
Definition StateManager.c:3
@ ADDITIVE
Definition StateManager.c:4

◆ EAnimPlayState

Элементы перечислений
OK 
POSTPONED 
FAILED 
33{
34 OK,
36 FAILED,
37};
@ OK
Definition StateManager.c:34
@ POSTPONED
Definition StateManager.c:35
@ FAILED
Definition StateManager.c:36

◆ SymptomTypes

Элементы перечислений
PRIMARY 
SECONDARY 
27{
28 PRIMARY,
30};
@ PRIMARY
Definition StateManager.c:28
@ SECONDARY
Definition StateManager.c:29

Переменные

◆ DEBUG_PADDING_OFFSET

const int DEBUG_PADDING_OFFSET = 2

◆ MAX_QUEUE_SIZE

const int MAX_QUEUE_SIZE = 5

Используется в SymptomManager::QueueUpPrimarySymptom().

◆ SYMPTOM_BLEEDING_SOURCE

enum AnimType SYMPTOM_BLEEDING_SOURCE = 1

◆ SYMPTOM_BLINDNESS

enum AnimType SYMPTOM_BLINDNESS = 1

◆ SYMPTOM_BLOODLOSS

enum AnimType SYMPTOM_BLOODLOSS = 1

◆ SYMPTOM_BULLET_HIT

enum AnimType SYMPTOM_BULLET_HIT = 1

◆ SYMPTOM_COUGH

enum AnimType SYMPTOM_COUGH = 1

◆ SYMPTOM_FEVERBLUR

enum AnimType SYMPTOM_FEVERBLUR = 1

◆ SYMPTOM_FREEZE

enum AnimType SYMPTOM_FREEZE = 1

◆ SYMPTOM_HAND_SHIVER

enum AnimType SYMPTOM_HAND_SHIVER = 1

◆ SYMPTOM_HOT

enum AnimType SYMPTOM_HOT = 1

◆ SYMPTOM_LAUGHTER

enum AnimType SYMPTOM_LAUGHTER = 1

◆ SYMPTOM_PAIN_HEAVY

enum AnimType SYMPTOM_PAIN_HEAVY = 1

◆ SYMPTOM_PAIN_LIGHT

enum AnimType SYMPTOM_PAIN_LIGHT = 1

◆ SYMPTOM_SNEEZE

enum AnimType SYMPTOM_SNEEZE = 1

◆ SYMPTOM_UNCONSCIOUS

enum AnimType SYMPTOM_UNCONSCIOUS = 1

◆ SYMPTOM_VOMIT

enum AnimType SYMPTOM_VOMIT = 1