Dayz
Build 1.29.163047, Scripts Rev. 123548
Dayz Code Explorer by Zeroy
Toggle main menu visibility
Loading...
Searching...
No Matches
bleedingindicationstaticinfo.c
Go to the documentation of this file.
1
2
class
DbgBleedingIndicationStaticInfo
3
{
4
static
bool
m_DbgEnableBleedingIndication
=
true
;
5
static
bool
m_DbgUseOverrideValues
=
true
;
6
static
bool
m_DbgDropRotationRandom
=
true
;
7
static
float
m_DbgSequenceDuration
=
BleedingIndicationConstants
.
SEQUENCE_DURATION_DEFAULT
;
8
static
float
m_DbgDropDurationBase
=
BleedingIndicationConstants
.
DROP_DURATION_MEDIUM
;
9
static
float
m_DbgDropMinDelay
=
BleedingIndicationConstants
.
SEQUENCE_DROP_DELAY_MIN_MEDIUM
;
10
static
float
m_DbgDropMaxDelay
=
BleedingIndicationConstants
.
SEQUENCE_DROP_DELAY_MAX_MEDIUM
;
11
static
float
m_DbgDropProgressTreshold
=
BleedingIndicationConstants
.
DROP_PROGRESS_THRESHOLD
;
12
static
float
m_DbgDropStartSize
=
BleedingIndicationConstants
.
DROP_SIZE_START_LOW
;
13
static
float
m_DbgDropEndSize
=
BleedingIndicationConstants
.
DROP_SIZE_END_LOW
;
14
static
float
m_DbgDropSizeVariationMin
=
BleedingIndicationConstants
.
DROP_SIZE_VARIATION_MIN_LOW
;
15
static
float
m_DbgDropSizeVariationMax
=
BleedingIndicationConstants
.
DROP_SIZE_VARIATION_MAX_LOW
;
16
static
int
m_DbgDropScatter
=
BleedingIndicationConstants
.
DROP_SCATTER_LOW
;
17
static
float
m_DbgDropSlideDistance
=
BleedingIndicationConstants
.
DROP_SLIDE_DISTANCE_LOW
;
18
//colors
19
static
bool
m_DbgDropDesaturate
=
true
;
20
static
float
m_DbgDesaturationEnd
=
BleedingIndicationConstants
.
DROP_COLOR_DESATURATIONEND
;
21
static
int
m_DbgDropColorRed
=
BleedingIndicationConstants
.
DROP_COLOR_RED
;
22
static
int
m_DbgDropColorGreen
=
BleedingIndicationConstants
.
DROP_COLOR_GREEN
;
23
static
int
m_DbgDropColorBlue
=
BleedingIndicationConstants
.
DROP_COLOR_BLUE
;
24
static
int
m_DbgDropColorAlphaStart
=
BleedingIndicationConstants
.
DROP_COLOR_ALPHA_START
;
25
static
int
m_DbgDropColorAlphaEnd
=
BleedingIndicationConstants
.
DROP_COLOR_ALPHA_END
;
26
}
BleedingIndicationConstants
Definition
bleedingindicationconstants.c:2
BleedingIndicationConstants::DROP_SCATTER_LOW
static const int DROP_SCATTER_LOW
Definition
bleedingindicationconstants.c:33
BleedingIndicationConstants::DROP_COLOR_RED
static const int DROP_COLOR_RED
Definition
bleedingindicationconstants.c:15
BleedingIndicationConstants::DROP_SIZE_END_LOW
static const float DROP_SIZE_END_LOW
Definition
bleedingindicationconstants.c:30
BleedingIndicationConstants::DROP_SIZE_VARIATION_MAX_LOW
static const float DROP_SIZE_VARIATION_MAX_LOW
Definition
bleedingindicationconstants.c:32
BleedingIndicationConstants::DROP_SIZE_VARIATION_MIN_LOW
static const float DROP_SIZE_VARIATION_MIN_LOW
Definition
bleedingindicationconstants.c:31
BleedingIndicationConstants::DROP_PROGRESS_THRESHOLD
static const float DROP_PROGRESS_THRESHOLD
Definition
bleedingindicationconstants.c:13
BleedingIndicationConstants::DROP_SLIDE_DISTANCE_LOW
static const float DROP_SLIDE_DISTANCE_LOW
Definition
bleedingindicationconstants.c:34
BleedingIndicationConstants::DROP_DURATION_MEDIUM
static const float DROP_DURATION_MEDIUM
Definition
bleedingindicationconstants.c:39
BleedingIndicationConstants::DROP_COLOR_DESATURATIONEND
static const float DROP_COLOR_DESATURATIONEND
Definition
bleedingindicationconstants.c:14
BleedingIndicationConstants::DROP_COLOR_ALPHA_START
static const int DROP_COLOR_ALPHA_START
Definition
bleedingindicationconstants.c:18
BleedingIndicationConstants::SEQUENCE_DROP_DELAY_MAX_MEDIUM
static const float SEQUENCE_DROP_DELAY_MAX_MEDIUM
Definition
bleedingindicationconstants.c:41
BleedingIndicationConstants::DROP_SIZE_START_LOW
static const float DROP_SIZE_START_LOW
Definition
bleedingindicationconstants.c:29
BleedingIndicationConstants::SEQUENCE_DROP_DELAY_MIN_MEDIUM
static const float SEQUENCE_DROP_DELAY_MIN_MEDIUM
Definition
bleedingindicationconstants.c:40
BleedingIndicationConstants::DROP_COLOR_BLUE
static const int DROP_COLOR_BLUE
Definition
bleedingindicationconstants.c:17
BleedingIndicationConstants::SEQUENCE_DURATION_DEFAULT
static const float SEQUENCE_DURATION_DEFAULT
Used to pre-gen poisson probabilities, I REALLY wouldn't go over 10 here. Values above 12 cause overf...
Definition
bleedingindicationconstants.c:9
BleedingIndicationConstants::DROP_COLOR_ALPHA_END
static const int DROP_COLOR_ALPHA_END
Definition
bleedingindicationconstants.c:19
BleedingIndicationConstants::DROP_COLOR_GREEN
static const int DROP_COLOR_GREEN
Definition
bleedingindicationconstants.c:16
DbgBleedingIndicationStaticInfo
static info (non-constants)
Definition
bleedingindicationstaticinfo.c:3
DbgBleedingIndicationStaticInfo::m_DbgDropStartSize
static float m_DbgDropStartSize
Definition
bleedingindicationstaticinfo.c:12
DbgBleedingIndicationStaticInfo::m_DbgDropSlideDistance
static float m_DbgDropSlideDistance
Definition
bleedingindicationstaticinfo.c:17
DbgBleedingIndicationStaticInfo::m_DbgDropColorRed
static int m_DbgDropColorRed
Definition
bleedingindicationstaticinfo.c:21
DbgBleedingIndicationStaticInfo::m_DbgDropScatter
static int m_DbgDropScatter
Definition
bleedingindicationstaticinfo.c:16
DbgBleedingIndicationStaticInfo::m_DbgDropColorGreen
static int m_DbgDropColorGreen
Definition
bleedingindicationstaticinfo.c:22
DbgBleedingIndicationStaticInfo::m_DbgDropSizeVariationMax
static float m_DbgDropSizeVariationMax
Definition
bleedingindicationstaticinfo.c:15
DbgBleedingIndicationStaticInfo::m_DbgSequenceDuration
static float m_DbgSequenceDuration
Definition
bleedingindicationstaticinfo.c:7
DbgBleedingIndicationStaticInfo::m_DbgDropRotationRandom
static bool m_DbgDropRotationRandom
Definition
bleedingindicationstaticinfo.c:6
DbgBleedingIndicationStaticInfo::m_DbgDropMinDelay
static float m_DbgDropMinDelay
Definition
bleedingindicationstaticinfo.c:9
DbgBleedingIndicationStaticInfo::m_DbgDropColorAlphaEnd
static int m_DbgDropColorAlphaEnd
Definition
bleedingindicationstaticinfo.c:25
DbgBleedingIndicationStaticInfo::m_DbgDropSizeVariationMin
static float m_DbgDropSizeVariationMin
Definition
bleedingindicationstaticinfo.c:14
DbgBleedingIndicationStaticInfo::m_DbgDropColorAlphaStart
static int m_DbgDropColorAlphaStart
Definition
bleedingindicationstaticinfo.c:24
DbgBleedingIndicationStaticInfo::m_DbgDropDesaturate
static bool m_DbgDropDesaturate
Definition
bleedingindicationstaticinfo.c:19
DbgBleedingIndicationStaticInfo::m_DbgEnableBleedingIndication
static bool m_DbgEnableBleedingIndication
Definition
bleedingindicationstaticinfo.c:4
DbgBleedingIndicationStaticInfo::m_DbgDropEndSize
static float m_DbgDropEndSize
Definition
bleedingindicationstaticinfo.c:13
DbgBleedingIndicationStaticInfo::m_DbgDesaturationEnd
static float m_DbgDesaturationEnd
Definition
bleedingindicationstaticinfo.c:20
DbgBleedingIndicationStaticInfo::m_DbgDropColorBlue
static int m_DbgDropColorBlue
Definition
bleedingindicationstaticinfo.c:23
DbgBleedingIndicationStaticInfo::m_DbgDropProgressTreshold
static float m_DbgDropProgressTreshold
Definition
bleedingindicationstaticinfo.c:11
DbgBleedingIndicationStaticInfo::m_DbgDropDurationBase
static float m_DbgDropDurationBase
Definition
bleedingindicationstaticinfo.c:8
DbgBleedingIndicationStaticInfo::m_DbgDropMaxDelay
static float m_DbgDropMaxDelay
Definition
bleedingindicationstaticinfo.c:10
DbgBleedingIndicationStaticInfo::m_DbgUseOverrideValues
static bool m_DbgUseOverrideValues
Definition
bleedingindicationstaticinfo.c:5
Games
Dayz
scripts
4_world
classes
bleedingindication
bleedingindicationstaticinfo.c
Generated by
1.17.0