Arma Reforger Explorer  1.1.0.42
Arma Reforger Code Explorer by Zeroy - Thanks to MisterOutofTime
SCR_ScriptedCharacterInputContext.c
Go to the documentation of this file.
2 {
3  int m_iLoiteringType = -1;
4  bool m_iLoiteringShouldHolsterWeapon = false;
5  bool m_bLoiteringShouldAlignCharacter = false;
6  bool m_bLoiteringRootMotion = false;
7  vector m_mLoiteringPosition[4] = { vector.Zero, vector.Zero, vector.Zero, vector.Zero };
8 }
SCR_ScriptedCharacterInputContext
Definition: SCR_ScriptedCharacterInputContext.c:1