Arma Reforger Explorer 1.7.0.54
Arma Reforger Code Explorer by Zeroy - Thanks to MisterOutofTime
Loading...
Searching...
No Matches
CharacterCamera1stPersonReady.c
Go to the documentation of this file.
1// *************************************************************************************
2// ! CharacterCamera1stPersonReady - 1st person camera when character is in ready stance
3// *************************************************************************************
5{
6 //-----------------------------------------------------------------------------
7 void CharacterCamera1stPersonReady(CameraHandlerComponent pCameraHandler)
8 {
9 // TODO: Offset from current optic position rather than hardcoded offset
10 // It should be the other eye, so it should be on the same level as the current optic eyepiece.
11 m_OffsetLS = "0 0.08 -0.07";
12 }
13};