Arma Reforger Explorer 1.7.0.54
Arma Reforger Code Explorer by Zeroy - Thanks to MisterOutofTime
Loading...
Searching...
No Matches
SCR_DayTimeCurveDef.c
Go to the documentation of this file.
1const int DAY_TIME_CURVE_COUNT = 7;
2
3enum EDayTimeCurve // TODO: SCR_EDayTimeCurve
4{
5 ALWAYS,
6 DAY,
7 NIGHT,
9 NOON,
12}
13
16class SCR_DayTimeCurveDef
18 [Attribute("0", UIWidgets.ComboBox, "", "", ParamEnumArray.FromEnum(EDayTimeCurve))]
19 EDayTimeCurve m_eDayTimeCurve;
21 [Attribute(uiwidget: UIWidgets.CurveDialog, desc: "", params:"type=Linear, ends=OpenFlat, default=1, paramRange=0 1 fixed, valueRange=0 1 fixed")]
22 ref Curve m_Curve;
23}
@ ALWAYS
EDayTimeCurve
const int DAY_TIME_CURVE_COUNT
enum EDayTimeCurve BaseContainerProps()] class SCR_DayTimeCurveDef
Used to define a random positional sound behaviour base on time of the day.
UI Textures DeployMenu Briefing conflict_HintBanner_1_UI desc
Definition Math.c:22
SCR_FieldOfViewSettings Attribute