Dayz Build 1.29.163047, Scripts Rev. 123548
Dayz Code Explorer by Zeroy
Loading...
Searching...
No Matches
statemanager.c File Reference

Go to the source code of this file.

Data Structures

class  SymptomManager

Enumerations

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

Variables

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

Enumeration Type Documentation

◆ AnimType

enum AnimType
Enumerator
FULL_BODY 
ADDITIVE 

Definition at line 1 of file statemanager.c.

◆ EAnimPlayState

Enumerator
OK 
POSTPONED 
FAILED 

Definition at line 37 of file statemanager.c.

◆ SymptomTypes

Enumerator
PRIMARY 
SECONDARY 

Definition at line 31 of file statemanager.c.

Variable Documentation

◆ DEBUG_PADDING_OFFSET

const int DEBUG_PADDING_OFFSET = 2

Definition at line 44 of file statemanager.c.

◆ LAST_INDEX

enum AnimType LAST_INDEX = 1

◆ MAX_QUEUE_SIZE

const int MAX_QUEUE_SIZE = 5

Definition at line 45 of file statemanager.c.

Referenced by 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_DEAFNESS_COMPLETE

enum AnimType SYMPTOM_DEAFNESS_COMPLETE = 1

◆ SYMPTOM_FEVERBLUR

enum AnimType SYMPTOM_FEVERBLUR = 1

◆ SYMPTOM_FREEZE

enum AnimType SYMPTOM_FREEZE = 1

◆ SYMPTOM_FREEZE_RATTLE

enum AnimType SYMPTOM_FREEZE_RATTLE = 1

◆ SYMPTOM_GASP

enum AnimType SYMPTOM_GASP = 1

◆ SYMPTOM_HAND_SHIVER

enum AnimType SYMPTOM_HAND_SHIVER = 1

◆ SYMPTOM_HMP_SEVERE

enum AnimType SYMPTOM_HMP_SEVERE = 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