Arma Reforger Explorer  1.1.0.42
Arma Reforger Code Explorer by Zeroy - Thanks to MisterOutofTime
CharacterCommandClimbSettings.c
Go to the documentation of this file.
1 /*
2 ===========================================
3 Do not modify, this script is generated
4 ===========================================
5 */
6 
16 {
18  float m_fCharHeight;
20  float m_fCharWidth;
21  float m_fFwMinHeight;
22  float m_fFwMaxHeight;
23  float m_fFwMaxDistance;
24  float m_fFwMinDistance;
26  float m_fStepFreeSpace;
27  float m_fStepPositionAfterEdge;
28  float m_fStepDownRadius;
29  float m_fStepMinNormal;
30  float m_fStepVariation;
31  float m_fStepMinWidth;
32  float m_fClimbOverMaxWidth;
33  float m_fClimbOverMinHeight;
34 
35 }
36 
CharacterCommandClimbSettings
Definition: CharacterCommandClimbSettings.c:15