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_AntennaServicePointComponentClass |
Functions | |
override void | OnFactionChanged (FactionAffiliationComponent owner, Faction previousFaction, Faction faction) |
Event which is triggered when the owning faction changes. More... | |
void | ChangeRadioSettings (notnull SCR_Faction faction) |
override void | OnPostInit (IEntity owner) |
Editable Mine. More... | |
Variables | |
SCR_AntennaServicePointComponentClass | m_RadioControl |
void ChangeRadioSettings | ( | notnull SCR_Faction | faction | ) |
[in] | faction |
Definition at line 25 of file SCR_AntennaServicePointComponent.c.
override void OnFactionChanged | ( | FactionAffiliationComponent | owner, |
Faction | previousFaction, | ||
Faction | faction | ||
) |
Event which is triggered when the owning faction changes.
Definition at line 10 of file SCR_AntennaServicePointComponent.c.
SCR_AntennaServicePointComponentClass m_RadioControl |