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_ArmoryComponentClass |
Functions | |
bool | IsProxy () |
void | ChangeOwningFaction (notnull Faction faction) |
protected void | OnLinkedEntitiesSpawned (SCR_EditorLinkComponent link) |
protected void | FindFactionComponentsInHiearchy (IEntity entity) |
override void | EOnInit (IEntity owner) |
override void | OnPostInit (IEntity owner) |
Called on PostInit when all components are added. More... | |
Variables | |
SCR_ArmoryComponentClass | m_aFactionAffiliationComponents = {} |
protected RplComponent | m_RplComponent |
void ChangeOwningFaction | ( | notnull Faction | faction | ) |
[in] | faction |
Definition at line 21 of file SCR_ArmoryComponent.c.
protected void FindFactionComponentsInHiearchy | ( | IEntity | entity | ) |
Goes though entity children (recursively) and finds all faction control components
[in] | entity | cannot be null |
Definition at line 44 of file SCR_ArmoryComponent.c.
bool IsProxy | ( | ) |
Definition at line 13 of file SCR_ArmoryComponent.c.
protected void OnLinkedEntitiesSpawned | ( | SCR_EditorLinkComponent | link | ) |
Definition at line 35 of file SCR_ArmoryComponent.c.
SCR_ArmoryComponentClass m_aFactionAffiliationComponents = {} |
protected RplComponent m_RplComponent |
Definition at line 9 of file SCR_ArmoryComponent.c.