Arma Reforger Explorer  1.1.0.42
Arma Reforger Code Explorer by Zeroy - Thanks to MisterOutofTime
SCR_EditableEntityCampaignBuildingModeLabelSetting.c
Go to the documentation of this file.
3 {
4  [Attribute("-1", desc: "Conflict service point equivalent, leave empty if there are no equivalents", uiwidget: UIWidgets.SearchComboBox, enums: ParamEnumArray.FromEnum(SCR_EServicePointType))]
5  protected SCR_EServicePointType m_eLinkedConflictServicePoint;
6 
7  //------------------------------------------------------------------------------------------------
8  SCR_EServicePointType GetLinkedConflictServicePoint()
9  {
10  return m_eLinkedConflictServicePoint;
11  }
12 }
13 
15 {
17  protected SCR_UIInfo m_UIInfo;
19 
20  //------------------------------------------------------------------------------------------------
22  {
23  return m_eLabel;
24  }
25 
26  //------------------------------------------------------------------------------------------------
28  {
29  return m_UIInfo;
30  }
31 
32  //------------------------------------------------------------------------------------------------
34  {
35  return m_eLinkedServicePoint;
36  }
37 
38  //------------------------------------------------------------------------------------------------
40  {
41  m_eLabel = label;
42  m_UIInfo = uiInfo;
43  m_eLinkedServicePoint = linkedServicePoint;
44  }
45 }
m_eLabel
SCR_EditableEntityCampaignBuildingLabelSetting m_eLabel
EEditableEntityLabel
EEditableEntityLabel
Definition: EEditableEntityLabel.c:1
SCR_EditableEntityCampaignBuildingLabelSetting
Definition: SCR_EditableEntityCampaignBuildingModeLabelSetting.c:2
m_UIInfo
protected SCR_UIInfo m_UIInfo
Definition: SCR_EditableEntityCampaignBuildingModeLabelSetting.c:17
SCR_BaseContainerCustomTitleEnum
class SCR_CampaignHintStorage SCR_BaseContainerCustomTitleEnum(EHint, "m_eHintId")
Definition: SCR_CampaignHintStorage.c:22
SCR_EditableEntityCampaignBuildingModeLabelData
void SCR_EditableEntityCampaignBuildingModeLabelData(EEditableEntityLabel label, SCR_UIInfo uiInfo, SCR_EServicePointType linkedServicePoint)
Definition: SCR_EditableEntityCampaignBuildingModeLabelSetting.c:39
GetEntityLabel
EEditableEntityLabel GetEntityLabel()
Definition: SCR_EditableEntityCampaignBuildingModeLabelSetting.c:21
desc
UI Textures DeployMenu Briefing conflict_HintBanner_1_UI desc
Definition: SCR_RespawnBriefingComponent.c:17
GetServicePointType
SCR_EServicePointType GetServicePointType()
Definition: SCR_EditableEntityCampaignBuildingModeLabelSetting.c:33
m_eLinkedServicePoint
protected SCR_EServicePointType m_eLinkedServicePoint
Definition: SCR_EditableEntityCampaignBuildingModeLabelSetting.c:18
GetUIInfo
SCR_UIInfo GetUIInfo()
Definition: SCR_EditableEntityCampaignBuildingModeLabelSetting.c:27
Attribute
typedef Attribute
Post-process effect of scripted camera.
SCR_UIInfo
Definition: SCR_UIInfo.c:7
SCR_EServicePointType
SCR_EServicePointType
Definition: SCR_ServicePointComponent.c:180
BaseContainerProps
SCR_AIGoalReaction_Follow BaseContainerProps
Handles insects that are supposed to be spawned around selected prefabs defined in prefab names array...
Definition: SCR_AIGoalReaction.c:468
SCR_EditableEntityCoreLabelSettingExtended
Definition: SCR_EditableEntityCoreLabelSettingExtended.c:2