Arma Reforger Explorer 1.7.0.54
Arma Reforger Code Explorer by Zeroy - Thanks to MisterOutofTime
Loading...
Searching...
No Matches
SCR_PowerlineGeneratorJunctionData.c
Go to the documentation of this file.
3{
4 [Attribute(desc: "Junction prefab to be used (if not specified, the generator's default one is used)", uiwidget: UIWidgets.ResourcePickerThumbnail, params: "et")] // class=SCR_PowerPole : no, allow power station too
5 ResourceName m_sJunctionPrefab;
6
7 [Attribute(defvalue: "1", desc: "Apply pitch and randomisation to this junction")]
8 bool m_bApplyPitchAndRollRandomisation;
9
10 [Attribute(defvalue: "0", desc: "Set the junction's yaw offset; can be used to setup the Prefab properly", uiwidget: UIWidgets.Slider, params: "-180 180")]
11 float m_fYawOffset;
12
13 [Attribute(defvalue: "0", desc: "Set the junction's altitude offset; helps preventing the junction Prefab to dig into the ground", params: string.Format("-%1 %1 0.01", MAX_Y_OFFSET), precision: 2)]
14 float m_fYOffset;
15
16 [Attribute(defvalue: "0", desc: "Define whether or not this junction is a power source")]
17 bool m_bPowerSource;
18
19 static int MAX_Y_OFFSET = 100;
20}
params precision
SCR_AIAnimation_Loitering BaseContainerProps
Commanding menu commanding element class.
UI Textures DeployMenu Briefing conflict_HintBanner_1_UI desc
SCR_FieldOfViewSettings Attribute