Arma Reforger Explorer 1.7.0.54
Arma Reforger Code Explorer by Zeroy - Thanks to MisterOutofTime
Loading...
Searching...
No Matches
SCR_PoleCableSlotGroup.c
Go to the documentation of this file.
3{
4 [Attribute(defvalue: SCR_EPoleCableType.POWER_LV.ToString(), desc: "Accepted cable type e.g ultra/high/low voltage, phone, etc", uiwidget: UIWidgets.ComboBox, enums: ParamEnumArray.FromEnum(SCR_EPoleCableType))]
5 SCR_EPoleCableType m_eCableType;
6
8 defvalue: SCR_EPoleCableSlotConnectivity.ALL_LINES.ToString(),
9 desc: "Connectivity\n- all lines: allow any line to connect (normal poles)\n- same line: only allow the current line (junctions)\n- other line: only allow another line to connect (junctions)",
10 uiwidget: UIWidgets.ComboBox,
11 enumType: SCR_EPoleCableSlotConnectivity)]
12 SCR_EPoleCableSlotConnectivity m_eConnectivity;
13
14 [Attribute(desc: "Slots on which wires of said type(s) can connect")]
15 ref array<ref SCR_PoleCableSlot> m_aSlots;
16
17 [Attribute(defvalue: "0 0 0", desc: "If different from 0 0 0, cable connection will use this point to check group proximity instead of an average of slot positions", params: "inf inf purpose=coords space=entity")]
18 vector m_vAnchorOverride; // allow for multiple anchors? (e.g front-back, left-right etc)
19}
20
21enum SCR_EPoleCableSlotConnectivity
22{
26}
SCR_AIAnimation_Loitering BaseContainerProps
Commanding menu commanding element class.
class SCR_CampaignHintStorage SCR_BaseContainerCustomTitleEnum(EHint, "m_eHintId")
SCR_EPoleCableType
class SCR_PoleCableSlotGroup ALL_LINES
class SCR_PoleCableSlotGroup SAME_LINE
class SCR_PoleCableSlotGroup OTHER_LINE
UI Textures DeployMenu Briefing conflict_HintBanner_1_UI desc
SCR_FieldOfViewSettings Attribute