Arma Reforger Explorer  1.1.0.42
Arma Reforger Code Explorer by Zeroy - Thanks to MisterOutofTime
CameraADSData.c
Go to the documentation of this file.
1 class ADSCameraData
3 {
4  float m_fDeltaTime;
5  float m_fFOV;
6  float m_fCamRecoilAmount;
7  vector m_vLookAngles;
8  vector m_vSightsOffset;
9  vector m_mSightsLocalMat[4];
10  bool m_bFreeLook;
11 }
ADSCameraData
Holds data for ADS camera which can be reused for different solving methods.
Definition: CameraADSData.c:2