DayZ 1.24
Loading...
Searching...
No Matches
DbgBleedingIndicationStaticInfo Class Reference

static info (non-constants) More...

Collaboration diagram for DbgBleedingIndicationStaticInfo:
[legend]

Static Private Attributes

static bool m_DbgEnableBleedingIndication = true
 
static bool m_DbgUseOverrideValues = true
 
static bool m_DbgDropRotationRandom = true
 
static float m_DbgSequenceDuration = BleedingIndicationConstants.SEQUENCE_DURATION_DEFAULT
 
static float m_DbgDropDurationBase = BleedingIndicationConstants.DROP_DURATION_MEDIUM
 
static float m_DbgDropMinDelay = BleedingIndicationConstants.SEQUENCE_DROP_DELAY_MIN_MEDIUM
 
static float m_DbgDropMaxDelay = BleedingIndicationConstants.SEQUENCE_DROP_DELAY_MAX_MEDIUM
 
static float m_DbgDropProgressTreshold = BleedingIndicationConstants.DROP_PROGRESS_THRESHOLD
 
static float m_DbgDropStartSize = BleedingIndicationConstants.DROP_SIZE_START_LOW
 
static float m_DbgDropEndSize = BleedingIndicationConstants.DROP_SIZE_END_LOW
 
static float m_DbgDropSizeVariationMin = BleedingIndicationConstants.DROP_SIZE_VARIATION_MIN_LOW
 
static float m_DbgDropSizeVariationMax = BleedingIndicationConstants.DROP_SIZE_VARIATION_MAX_LOW
 
static int m_DbgDropScatter = BleedingIndicationConstants.DROP_SCATTER_LOW
 
static float m_DbgDropSlideDistance = BleedingIndicationConstants.DROP_SLIDE_DISTANCE_LOW
 
static bool m_DbgDropDesaturate = true
 
static float m_DbgDesaturationEnd = BleedingIndicationConstants.DROP_COLOR_DESATURATIONEND
 
static int m_DbgDropColorRed = BleedingIndicationConstants.DROP_COLOR_RED
 
static int m_DbgDropColorGreen = BleedingIndicationConstants.DROP_COLOR_GREEN
 
static int m_DbgDropColorBlue = BleedingIndicationConstants.DROP_COLOR_BLUE
 
static int m_DbgDropColorAlphaStart = BleedingIndicationConstants.DROP_COLOR_ALPHA_START
 
static int m_DbgDropColorAlphaEnd = BleedingIndicationConstants.DROP_COLOR_ALPHA_END
 

Detailed Description

static info (non-constants)

Definition at line 2 of file BleedingIndicationStaticInfo.c.

Member Data Documentation

◆ m_DbgDesaturationEnd

float DbgBleedingIndicationStaticInfo::m_DbgDesaturationEnd = BleedingIndicationConstants.DROP_COLOR_DESATURATIONEND
staticprivate

◆ m_DbgDropColorAlphaEnd

int DbgBleedingIndicationStaticInfo::m_DbgDropColorAlphaEnd = BleedingIndicationConstants.DROP_COLOR_ALPHA_END
staticprivate

◆ m_DbgDropColorAlphaStart

int DbgBleedingIndicationStaticInfo::m_DbgDropColorAlphaStart = BleedingIndicationConstants.DROP_COLOR_ALPHA_START
staticprivate

◆ m_DbgDropColorBlue

int DbgBleedingIndicationStaticInfo::m_DbgDropColorBlue = BleedingIndicationConstants.DROP_COLOR_BLUE
staticprivate

◆ m_DbgDropColorGreen

int DbgBleedingIndicationStaticInfo::m_DbgDropColorGreen = BleedingIndicationConstants.DROP_COLOR_GREEN
staticprivate

◆ m_DbgDropColorRed

int DbgBleedingIndicationStaticInfo::m_DbgDropColorRed = BleedingIndicationConstants.DROP_COLOR_RED
staticprivate

◆ m_DbgDropDesaturate

bool DbgBleedingIndicationStaticInfo::m_DbgDropDesaturate = true
staticprivate

◆ m_DbgDropDurationBase

float DbgBleedingIndicationStaticInfo::m_DbgDropDurationBase = BleedingIndicationConstants.DROP_DURATION_MEDIUM
staticprivate

◆ m_DbgDropEndSize

float DbgBleedingIndicationStaticInfo::m_DbgDropEndSize = BleedingIndicationConstants.DROP_SIZE_END_LOW
staticprivate

◆ m_DbgDropMaxDelay

float DbgBleedingIndicationStaticInfo::m_DbgDropMaxDelay = BleedingIndicationConstants.SEQUENCE_DROP_DELAY_MAX_MEDIUM
staticprivate

Definition at line 10 of file BleedingIndicationStaticInfo.c.

Referenced by Managed::BleedingIndicator().

◆ m_DbgDropMinDelay

float DbgBleedingIndicationStaticInfo::m_DbgDropMinDelay = BleedingIndicationConstants.SEQUENCE_DROP_DELAY_MIN_MEDIUM
staticprivate

Definition at line 9 of file BleedingIndicationStaticInfo.c.

Referenced by Managed::BleedingIndicator().

◆ m_DbgDropProgressTreshold

float DbgBleedingIndicationStaticInfo::m_DbgDropProgressTreshold = BleedingIndicationConstants.DROP_PROGRESS_THRESHOLD
staticprivate

◆ m_DbgDropRotationRandom

bool DbgBleedingIndicationStaticInfo::m_DbgDropRotationRandom = true
staticprivate

Definition at line 6 of file BleedingIndicationStaticInfo.c.

Referenced by BleedingIndicatorDropData::StartDrop().

◆ m_DbgDropScatter

int DbgBleedingIndicationStaticInfo::m_DbgDropScatter = BleedingIndicationConstants.DROP_SCATTER_LOW
staticprivate

◆ m_DbgDropSizeVariationMax

float DbgBleedingIndicationStaticInfo::m_DbgDropSizeVariationMax = BleedingIndicationConstants.DROP_SIZE_VARIATION_MAX_LOW
staticprivate

◆ m_DbgDropSizeVariationMin

float DbgBleedingIndicationStaticInfo::m_DbgDropSizeVariationMin = BleedingIndicationConstants.DROP_SIZE_VARIATION_MIN_LOW
staticprivate

◆ m_DbgDropSlideDistance

float DbgBleedingIndicationStaticInfo::m_DbgDropSlideDistance = BleedingIndicationConstants.DROP_SLIDE_DISTANCE_LOW
staticprivate

◆ m_DbgDropStartSize

float DbgBleedingIndicationStaticInfo::m_DbgDropStartSize = BleedingIndicationConstants.DROP_SIZE_START_LOW
staticprivate

◆ m_DbgEnableBleedingIndication

bool DbgBleedingIndicationStaticInfo::m_DbgEnableBleedingIndication = true
staticprivate

Definition at line 4 of file BleedingIndicationStaticInfo.c.

Referenced by StartSourceBleedingIndication().

◆ m_DbgSequenceDuration

float DbgBleedingIndicationStaticInfo::m_DbgSequenceDuration = BleedingIndicationConstants.SEQUENCE_DURATION_DEFAULT
staticprivate

Definition at line 7 of file BleedingIndicationStaticInfo.c.

Referenced by Managed::BleedingIndicator(), and Managed::Update().

◆ m_DbgUseOverrideValues


The documentation for this class was generated from the following file: