Arma Reforger Explorer  1.1.0.42
Arma Reforger Code Explorer by Zeroy - Thanks to MisterOutofTime
SCR_ServicePointDelegateComponent.c File Reference

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
 

Function Documentation

◆ Attribute()

SCR_ServicePointDelegateComponentClass ScriptComponentClass Attribute ( SCR_EServicePointType.SUPPLY_DEPOT.  ToString(),
uiwidget:UIWidgets.  ComboBox,
enums:ParamEnumArray.  FromEnumSCR_EServicePointType 
)

◆ GetLabel()

EEditableEntityLabel GetLabel ( )
Returns

Definition at line 28 of file SCR_ServicePointDelegateComponent.c.

◆ GetType()

SCR_EServicePointType GetType ( )
Returns

Definition at line 21 of file SCR_ServicePointDelegateComponent.c.

◆ OnParentBaseIdSet()

void OnParentBaseIdSet ( )

Definition at line 43 of file SCR_ServicePointDelegateComponent.c.

◆ SetParentBaseId()

void SetParentBaseId ( RplId  id)
Parameters
[in]id

Definition at line 35 of file SCR_ServicePointDelegateComponent.c.

Variable Documentation

◆ m_eBuildingLabel

protected EEditableEntityLabel m_eBuildingLabel

Definition at line 12 of file SCR_ServicePointDelegateComponent.c.

◆ m_iParentBaseId

protected int m_iParentBaseId

Definition at line 17 of file SCR_ServicePointDelegateComponent.c.

◆ m_ParentBase

protected SCR_MilitaryBaseComponent m_ParentBase

Definition at line 14 of file SCR_ServicePointDelegateComponent.c.