Arma Reforger Explorer 1.7.0.54
Arma Reforger Code Explorer by Zeroy - Thanks to MisterOutofTime
Loading...
Searching...
No Matches
SCR_WindCurveDef.c
Go to the documentation of this file.
1// TODO: store it in a class instead of a GLOBAL variable
2const int WIND_CURVE_COUNT = 3;
3
5{
6 ALWAYS,
9}
10
12class SCR_WindCurveDef
13{
14 [Attribute("0", UIWidgets.ComboBox, "", "", ParamEnumArray.FromEnum(EWindCurve))]
15 EWindCurve m_eWindCurveType;
16
17 [Attribute(uiwidget: UIWidgets.CurveDialog, desc: "", params:"type=Linear, ends=OpenFlat, default=1, paramRange=0 1 fixed, valueRange=0 1 fixed")]
18 ref Curve m_Curve;
19}
@ ALWAYS
UI Textures DeployMenu Briefing conflict_HintBanner_1_UI desc
enum EWindCurve BaseContainerProps()] class SCR_WindCurveDef
const int WIND_CURVE_COUNT
EWindCurve
Definition Math.c:22
@ DEFAULT
Use currently set main RT format (based on game options).
SCR_FieldOfViewSettings Attribute