DayZ 1.24
|
Go to the source code of this file.
Classes | |
class | DayZPlayerImplementAiming |
Enumerations | |
enum | eSwayStates { DEFAULT , HOLDBREATH_IN , HOLDBREATH_STABLE , HOLDBREATH_EXHAUSTED , MAX } |
Variables | |
enum eSwayStates | SWAY_MULTIPLIER_DEFAULT = 1.0 |
static const float | SWAY_MULTIPLIER_STABLE = 0.05 |
static const float | SWAY_MULTIPLIER_EXHAUSTED = 0.6 |
static const float | SWAY_TIME_IN = 1.5 |
static const float | SWAY_TIME_STABLE = 3.0 |
static const float | SWAY_TIME_EXHAUSTED = 1.5 |
static const float | SWAY_TIME_OUT = 0.5 |
static const float | SWAY_ROLL = 3 |
Enumerator | |
---|---|
DEFAULT | |
HOLDBREATH_IN | |
HOLDBREATH_STABLE | |
HOLDBREATH_EXHAUSTED | |
MAX |
Definition at line 10 of file DayZPlayerImplementAiming.c.
enum eSwayStates SWAY_MULTIPLIER_DEFAULT = 1.0 |
Definition at line 23 of file DayZPlayerImplementAiming.c.
Definition at line 22 of file DayZPlayerImplementAiming.c.
Definition at line 28 of file DayZPlayerImplementAiming.c.
Definition at line 26 of file DayZPlayerImplementAiming.c.
Definition at line 24 of file DayZPlayerImplementAiming.c.
Definition at line 27 of file DayZPlayerImplementAiming.c.
Definition at line 25 of file DayZPlayerImplementAiming.c.