Dayz Explorer  1.24.157551 (v105080)
Dayz Code Explorer by Zeroy
defaultrecoil.c
Go to the documentation of this file.
2 {
3  override void Init()
4  {
5  m_HandsCurvePoints.Insert("0 0 0");//forms a 2 dimensional spline(z is ignored)
6  m_HandsCurvePoints.Insert("0 1 0");
7  m_HandsCurvePoints.Insert("0 0 0");
8  m_HandsOffsetRelativeTime = 0.4;
9 
10  m_MouseOffsetRangeMin = 60;//in degrees min
11  m_MouseOffsetRangeMax = 120;//in degrees max
12  m_MouseOffsetDistance = 1;//how far should the mouse travel
13  m_MouseOffsetRelativeTime = 0;//[0..1] a time it takes to move the mouse the required distance relative to the reload time of the weapon(firing mode)
14  }
15 }
RecoilBase
Definition: recoilbase.c:1
DefaultRecoil
Definition: defaultrecoil.c:1