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_CampaignServiceCompositionComponentClass |
Functions | |
SCR_CampaignServiceCompositionComponentClass ScriptComponentClass | Attribute ("100", UIWidgets.Slider, "Initial operability of service. If this goes to (or under) Service Unavailable value, composition is not providing it's service", "0 100 1")] |
Service operability (initial) More... | |
override void | OnPostInit (IEntity owner) |
Called on PostInit when all components are added. More... | |
void | ChangeOperability (int operability) |
void | SetCompositionType (EEditableEntityLabel type) |
void | SetService (SCR_ServicePointComponent service) |
EEditableEntityLabel | GetCompositionType () |
SCR_ServicePointComponent | GetService () |
protected bool | GetNearestSlot (IEntity ent) |
bool | IsServiceOperable () |
Variables | |
protected int | m_iServiceOperability |
protected int | m_iServiceUnavailable |
Service operability limit. More... | |
protected SCR_SiteSlotEntity | m_Slot |
protected IEntity | m_Owner |
protected SCR_CampaignMilitaryBaseComponent | m_Base |
protected EEditableEntityLabel | m_CompositionType |
protected SCR_ServicePointComponent | m_Service |
ref ScriptInvoker | Event_EOnServiceDisabled = new ScriptInvoker() |
ref ScriptInvoker | Event_EOnServiceRepaired = new ScriptInvoker() |
SCR_CampaignServiceCompositionComponentClass ScriptComponentClass Attribute | ( | "100" | , |
UIWidgets. | Slider, | ||
"Initial operability of service. If this goes to (or under) Service Unavailable | value, | ||
composition is not providing it 's service" | , | ||
"0 100 1" | |||
) |
Service operability (initial)
void ChangeOperability | ( | int | operability | ) |
[in] | operability |
Definition at line 38 of file SCR_CampaignServiceCompositionComponent.c.
EEditableEntityLabel GetCompositionType | ( | ) |
Definition at line 83 of file SCR_CampaignServiceCompositionComponent.c.
protected bool GetNearestSlot | ( | IEntity | ent | ) |
Definition at line 97 of file SCR_CampaignServiceCompositionComponent.c.
SCR_ServicePointComponent GetService | ( | ) |
Definition at line 90 of file SCR_CampaignServiceCompositionComponent.c.
bool IsServiceOperable | ( | ) |
Definition at line 109 of file SCR_CampaignServiceCompositionComponent.c.
void SetCompositionType | ( | EEditableEntityLabel | type | ) |
[in] | type |
Definition at line 69 of file SCR_CampaignServiceCompositionComponent.c.
void SetService | ( | SCR_ServicePointComponent | service | ) |
[in] | service |
Definition at line 76 of file SCR_CampaignServiceCompositionComponent.c.
ref ScriptInvoker Event_EOnServiceDisabled = new ScriptInvoker() |
Definition at line 23 of file SCR_CampaignServiceCompositionComponent.c.
ref ScriptInvoker Event_EOnServiceRepaired = new ScriptInvoker() |
Definition at line 24 of file SCR_CampaignServiceCompositionComponent.c.
protected SCR_CampaignMilitaryBaseComponent m_Base |
Definition at line 19 of file SCR_CampaignServiceCompositionComponent.c.
protected EEditableEntityLabel m_CompositionType |
Definition at line 20 of file SCR_CampaignServiceCompositionComponent.c.
protected int m_iServiceOperability |
Definition at line 10 of file SCR_CampaignServiceCompositionComponent.c.
protected int m_iServiceUnavailable |
Service operability limit.
Definition at line 13 of file SCR_CampaignServiceCompositionComponent.c.
protected IEntity m_Owner |
Definition at line 18 of file SCR_CampaignServiceCompositionComponent.c.
protected SCR_ServicePointComponent m_Service |
Definition at line 21 of file SCR_CampaignServiceCompositionComponent.c.
protected SCR_SiteSlotEntity m_Slot |
Definition at line 16 of file SCR_CampaignServiceCompositionComponent.c.