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.
1
[
BaseContainerProps
(),
SCR_BaseContainerCustomTitleEnum
(
EEditableEntityLabel
,
"m_LabelType"
)]
2
class
SCR_EditableEntityCampaignBuildingLabelSetting
:
SCR_EditableEntityCoreLabelSettingExtended
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
14
class
SCR_EditableEntityCampaignBuildingModeLabelData
15
{
16
protected
EEditableEntityLabel
m_eLabel
;
17
protected
SCR_UIInfo
m_UIInfo
;
18
protected
SCR_EServicePointType
m_eLinkedServicePoint
;
19
20
//------------------------------------------------------------------------------------------------
21
EEditableEntityLabel
GetEntityLabel
()
22
{
23
return
m_eLabel
;
24
}
25
26
//------------------------------------------------------------------------------------------------
27
SCR_UIInfo
GetUIInfo
()
28
{
29
return
m_UIInfo
;
30
}
31
32
//------------------------------------------------------------------------------------------------
33
SCR_EServicePointType
GetServicePointType
()
34
{
35
return
m_eLinkedServicePoint
;
36
}
37
38
//------------------------------------------------------------------------------------------------
39
void
SCR_EditableEntityCampaignBuildingModeLabelData
(
EEditableEntityLabel
label,
SCR_UIInfo
uiInfo,
SCR_EServicePointType
linkedServicePoint)
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
scripts_Arma_Reforger_v1.1.0.42
scripts
Game
Editor
Containers
EditableEntityCore
SCR_EditableEntityCampaignBuildingModeLabelSetting.c
Generated by
1.8.17