Arma Reforger Explorer 1.7.0.54
Arma Reforger Code Explorer by Zeroy - Thanks to MisterOutofTime
Loading...
Searching...
No Matches
SCR_ServicePointDelegateComponent.c File Reference

Go to the source code of this file.

Classes

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

EEditableEntityLabel m_eBuildingLabel
SCR_MilitaryBaseComponent m_ParentBase
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 ( )
protected
Returns

Definition at line 28 of file SCR_ServicePointDelegateComponent.c.

◆ GetType()

SCR_EServicePointType GetType ( )
protected
Returns

Definition at line 21 of file SCR_ServicePointDelegateComponent.c.

◆ OnDelete()

override void OnDelete ( IEntity owner)
protected

Definition at line 64 of file SCR_ServicePointDelegateComponent.c.

◆ OnParentBaseIdSet()

void OnParentBaseIdSet ( )
protected

Definition at line 43 of file SCR_ServicePointDelegateComponent.c.

◆ SetParentBaseId()

void SetParentBaseId ( RplId id)
protected
Parameters
[in]id

Definition at line 35 of file SCR_ServicePointDelegateComponent.c.

Variable Documentation

◆ m_eBuildingLabel

EEditableEntityLabel m_eBuildingLabel
protected

Definition at line 12 of file SCR_ServicePointDelegateComponent.c.

◆ m_iParentBaseId

int m_iParentBaseId
protected

Definition at line 17 of file SCR_ServicePointDelegateComponent.c.

◆ m_ParentBase

SCR_MilitaryBaseComponent m_ParentBase
protected

Definition at line 14 of file SCR_ServicePointDelegateComponent.c.