Arma Reforger Explorer  1.1.0.42
Arma Reforger Code Explorer by Zeroy - Thanks to MisterOutofTime
CharacterCommandSwimSettings.c
Go to the documentation of this file.
1 /*
2 ===========================================
3 Do not modify, this script is generated
4 ===========================================
5 */
6 
16 {
17  float m_fAlignIdleTimeout;
18  float m_fAlignIdleMaxChanged;
19  float m_fAlignSlowTimeout;
20  float m_fAlignSlowMaxChanged;
21  float m_fAlignFastTimeout;
22  float m_fAlignFastMaxChanged;
23 
24  float m_fMovementSpeed;
25  float m_fMovementSpeedFltTime;
26  float m_fMovementSpeedFltMaxChange;
27 
28  float m_fWaterLevelSwim;
29  float m_fWaterLevelIn;
30  float m_fWaterLevelOut;
31 
32  float m_fToCrouchLevel;
33  float m_fToErectLevel;
34 
35  float m_fExpectedSubmersion;
36  float m_fDrag;
37 
38  float m_fUnconsciousStartingBuoyancy;
39  float m_fUnconsciousFinalBuoyancy;
40  float m_fUnconsciousBuoyancyChangeTime;
41 
42 }
43 
CharacterCommandSwimSettings
Definition: CharacterCommandSwimSettings.c:15