Arma Reforger Explorer
1.1.0.42
Arma Reforger Code Explorer by Zeroy - Thanks to MisterOutofTime
|
Go to the source code of this file.
Data Structures | |
class | SCR_ServicePointDelegateComponentClass |
Functions | |
SCR_ServicePointDelegateComponentClass ScriptComponentClass | Attribute (SCR_EServicePointType.SUPPLY_DEPOT.ToString(), uiwidget:UIWidgets.ComboBox, enums:ParamEnumArray.FromEnum(SCR_EServicePointType))] protected SCR_EServicePointType m_eType |
SCR_EServicePointType | GetType () |
EEditableEntityLabel | GetLabel () |
void | SetParentBaseId (RplId id) |
void | OnParentBaseIdSet () |
override void | OnDelete (IEntity owner) |
Variables | |
protected EEditableEntityLabel | m_eBuildingLabel |
protected SCR_MilitaryBaseComponent | m_ParentBase |
protected int | m_iParentBaseId |
SCR_ServicePointDelegateComponentClass ScriptComponentClass Attribute | ( | SCR_EServicePointType.SUPPLY_DEPOT. | ToString(), |
uiwidget:UIWidgets. | ComboBox, | ||
enums:ParamEnumArray. | FromEnumSCR_EServicePointType | ||
) |
EEditableEntityLabel GetLabel | ( | ) |
Definition at line 28 of file SCR_ServicePointDelegateComponent.c.
SCR_EServicePointType GetType | ( | ) |
Definition at line 21 of file SCR_ServicePointDelegateComponent.c.
void OnParentBaseIdSet | ( | ) |
Definition at line 43 of file SCR_ServicePointDelegateComponent.c.
void SetParentBaseId | ( | RplId | id | ) |
[in] | id |
Definition at line 35 of file SCR_ServicePointDelegateComponent.c.
protected EEditableEntityLabel m_eBuildingLabel |
Definition at line 12 of file SCR_ServicePointDelegateComponent.c.
protected int m_iParentBaseId |
Definition at line 17 of file SCR_ServicePointDelegateComponent.c.
protected SCR_MilitaryBaseComponent m_ParentBase |
Definition at line 14 of file SCR_ServicePointDelegateComponent.c.