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

Go to the source code of this file.

Data Structures

class  DayZPlayerImplementAiming
 at which point does the stabilization start to get affected More...

Enumerations

enum  eSwayStates {
  DEFAULT , HOLDBREATH_IN , HOLDBREATH_STABLE , HOLDBREATH_EXHAUSTED ,
  MAX
}

Variables

static const float HOLD_BREATH_STAMINA_THRESHOLD = 0.5
enum eSwayStates SWAY_MULTIPLIER_DEFAULT = 1.0
static const float SWAY_MULTIPLIER_EXHAUSTED = 0.6
static const float SWAY_MULTIPLIER_STABLE = 0.05
static const float SWAY_ROLL = 3
static const float SWAY_TIME_EXHAUSTED = 1.5
static const float SWAY_TIME_IN = 1.5
static const float SWAY_TIME_OUT = 0.5
static const float SWAY_TIME_STABLE = 3.0

Enumeration Type Documentation

◆ eSwayStates

Enumerator
DEFAULT 
HOLDBREATH_IN 
HOLDBREATH_STABLE 
HOLDBREATH_EXHAUSTED 
MAX 

Definition at line 10 of file dayzplayerimplementaiming.c.

Variable Documentation

◆ HOLD_BREATH_STAMINA_THRESHOLD

const float HOLD_BREATH_STAMINA_THRESHOLD = 0.5
static

Definition at line 29 of file dayzplayerimplementaiming.c.

◆ SWAY_MULTIPLIER_DEFAULT

enum eSwayStates SWAY_MULTIPLIER_DEFAULT = 1.0

◆ SWAY_MULTIPLIER_EXHAUSTED

const float SWAY_MULTIPLIER_EXHAUSTED = 0.6
static

Definition at line 23 of file dayzplayerimplementaiming.c.

◆ SWAY_MULTIPLIER_STABLE

const float SWAY_MULTIPLIER_STABLE = 0.05
static

Definition at line 22 of file dayzplayerimplementaiming.c.

◆ SWAY_ROLL

const float SWAY_ROLL = 3
static

Definition at line 28 of file dayzplayerimplementaiming.c.

◆ SWAY_TIME_EXHAUSTED

const float SWAY_TIME_EXHAUSTED = 1.5
static

Definition at line 26 of file dayzplayerimplementaiming.c.

◆ SWAY_TIME_IN

const float SWAY_TIME_IN = 1.5
static

Definition at line 24 of file dayzplayerimplementaiming.c.

◆ SWAY_TIME_OUT

const float SWAY_TIME_OUT = 0.5
static

Definition at line 27 of file dayzplayerimplementaiming.c.

◆ SWAY_TIME_STABLE

const float SWAY_TIME_STABLE = 3.0
static

Definition at line 25 of file dayzplayerimplementaiming.c.