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_CampaignMobileAssemblyStandaloneComponentClass |
Variables | |
SCR_CampaignMobileAssemblyStandaloneComponentClass | s_OnSpawnPointOwnerChanged = new ScriptInvokerVoid() |
protected RplComponent | m_RplComponent |
protected MapItem | m_MapItem |
protected IEntity | m_Vehicle |
protected SCR_CampaignFaction | m_ParentFaction |
protected SCR_CampaignFaction | m_Faction |
protected bool | m_bIsInRadioRange |
protected bool | m_bCooldownDone = true |
protected bool | m_bIsHovered |
protected ref array< MapLink > | m_aMapLinks = {} |
protected ref array< SCR_CampaignMilitaryBaseComponent > | m_aBasesInRadioRange = {} |
protected ref array< SCR_CampaignMilitaryBaseComponent > | m_aBasesInRadioRangeOld = {} |
protected int | m_iFaction = SCR_CampaignMilitaryBaseComponent.INVALID_FACTION_INDEX |
protected int | m_iParentFaction = SCR_CampaignMilitaryBaseComponent.INVALID_FACTION_INDEX |
protected WorldTimestamp | m_fRespawnAvailableSince |
protected int | m_iBasesCoveredByMHQOnly |
protected int | m_iRadioRange |
void AddMapLink | ( | notnull MapLink | link | ) |
[in] | link |
Definition at line 241 of file SCR_CampaignMobileAssemblyStandaloneComponent.c.
bool CanReachByRadio | ( | notnull SCR_CampaignMilitaryBaseComponent | base | ) |
[in] | base |
Definition at line 144 of file SCR_CampaignMobileAssemblyStandaloneComponent.c.
void ColorMapLink | ( | notnull MapLink | link | ) |
[in] | link |
Definition at line 168 of file SCR_CampaignMobileAssemblyStandaloneComponent.c.
int GetBasesInRange | ( | notnull out array< SCR_CampaignMilitaryBaseComponent > | basesInRange | ) |
[out] | basesInRange |
Definition at line 359 of file SCR_CampaignMobileAssemblyStandaloneComponent.c.
int GetCountOfExclusivelyLinkedBases | ( | ) |
Definition at line 423 of file SCR_CampaignMobileAssemblyStandaloneComponent.c.
SCR_CampaignFaction GetFaction | ( | ) |
Definition at line 351 of file SCR_CampaignMobileAssemblyStandaloneComponent.c.
MapItem GetMapItem | ( | ) |
Definition at line 408 of file SCR_CampaignMobileAssemblyStandaloneComponent.c.
SCR_CampaignFaction GetParentFaction | ( | ) |
Definition at line 344 of file SCR_CampaignMobileAssemblyStandaloneComponent.c.
int GetParentFactionID | ( | ) |
Definition at line 337 of file SCR_CampaignMobileAssemblyStandaloneComponent.c.
int GetRadioRange | ( | ) |
Definition at line 373 of file SCR_CampaignMobileAssemblyStandaloneComponent.c.
IEntity GetVehicle | ( | ) |
Definition at line 261 of file SCR_CampaignMobileAssemblyStandaloneComponent.c.
protected void HandleMapLinks | ( | bool | onDelete = false | ) |
Definition at line 224 of file SCR_CampaignMobileAssemblyStandaloneComponent.c.
bool IsInRadioRange | ( | ) |
Definition at line 401 of file SCR_CampaignMobileAssemblyStandaloneComponent.c.
protected bool IsProxy | ( | ) |
Definition at line 247 of file SCR_CampaignMobileAssemblyStandaloneComponent.c.
void OnFactionChanged | ( | ) |
Definition at line 379 of file SCR_CampaignMobileAssemblyStandaloneComponent.c.
void OnIconHovered | ( | SCR_CampaignMapUIBase | icon, |
bool | hovering | ||
) |
[in] | icon | |
[in] | hovering |
Definition at line 152 of file SCR_CampaignMobileAssemblyStandaloneComponent.c.
void OnParentFactionIDSet | ( | ) |
Definition at line 276 of file SCR_CampaignMobileAssemblyStandaloneComponent.c.
void SetCountOfExclusivelyLinkedBases | ( | int | count | ) |
[in] | count |
Definition at line 415 of file SCR_CampaignMobileAssemblyStandaloneComponent.c.
void SetParentFactionID | ( | int | factionID | ) |
[in] | factionID |
Definition at line 268 of file SCR_CampaignMobileAssemblyStandaloneComponent.c.
void SetRadioRange | ( | int | range | ) |
[in] | range |
Definition at line 366 of file SCR_CampaignMobileAssemblyStandaloneComponent.c.
void SetVehicle | ( | IEntity | vehicle | ) |
[in] | vehicle |
Definition at line 254 of file SCR_CampaignMobileAssemblyStandaloneComponent.c.
void UpdateBasesInRadioRange | ( | ) |
Definition at line 114 of file SCR_CampaignMobileAssemblyStandaloneComponent.c.
void UpdateRadioCoverage | ( | ) |
Definition at line 430 of file SCR_CampaignMobileAssemblyStandaloneComponent.c.
void UpdateRespawnCooldown | ( | Widget | w = null | ) |
[in] | w |
Definition at line 489 of file SCR_CampaignMobileAssemblyStandaloneComponent.c.
protected ref array<SCR_CampaignMilitaryBaseComponent> m_aBasesInRadioRange = {} |
Definition at line 26 of file SCR_CampaignMobileAssemblyStandaloneComponent.c.
protected ref array<SCR_CampaignMilitaryBaseComponent> m_aBasesInRadioRangeOld = {} |
Definition at line 27 of file SCR_CampaignMobileAssemblyStandaloneComponent.c.
protected ref array<MapLink> m_aMapLinks = {} |
Definition at line 25 of file SCR_CampaignMobileAssemblyStandaloneComponent.c.
protected bool m_bCooldownDone = true |
Definition at line 22 of file SCR_CampaignMobileAssemblyStandaloneComponent.c.
protected bool m_bIsHovered |
Definition at line 23 of file SCR_CampaignMobileAssemblyStandaloneComponent.c.
protected bool m_bIsInRadioRange |
Definition at line 21 of file SCR_CampaignMobileAssemblyStandaloneComponent.c.
protected SCR_CampaignFaction m_Faction |
Definition at line 19 of file SCR_CampaignMobileAssemblyStandaloneComponent.c.
protected WorldTimestamp m_fRespawnAvailableSince |
Definition at line 36 of file SCR_CampaignMobileAssemblyStandaloneComponent.c.
protected int m_iBasesCoveredByMHQOnly |
Definition at line 38 of file SCR_CampaignMobileAssemblyStandaloneComponent.c.
protected int m_iFaction = SCR_CampaignMilitaryBaseComponent.INVALID_FACTION_INDEX |
Definition at line 30 of file SCR_CampaignMobileAssemblyStandaloneComponent.c.
protected int m_iParentFaction = SCR_CampaignMilitaryBaseComponent.INVALID_FACTION_INDEX |
Definition at line 33 of file SCR_CampaignMobileAssemblyStandaloneComponent.c.
protected int m_iRadioRange |
Definition at line 41 of file SCR_CampaignMobileAssemblyStandaloneComponent.c.
protected MapItem m_MapItem |
Definition at line 14 of file SCR_CampaignMobileAssemblyStandaloneComponent.c.
protected SCR_CampaignFaction m_ParentFaction |
Definition at line 18 of file SCR_CampaignMobileAssemblyStandaloneComponent.c.
protected RplComponent m_RplComponent |
Definition at line 12 of file SCR_CampaignMobileAssemblyStandaloneComponent.c.
protected IEntity m_Vehicle |
Definition at line 16 of file SCR_CampaignMobileAssemblyStandaloneComponent.c.
SCR_CampaignMobileAssemblyStandaloneComponentClass s_OnSpawnPointOwnerChanged = new ScriptInvokerVoid() |