![]() |
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_EditableSystemComponentClass |
Functions | |
| protected void | OnFactionChanged (FactionAffiliationComponent owner, Faction previousFaction, Faction newFaction) |
| Event which is triggered when the owning faction changes. More... | |
| override Faction | GetFaction () |
| override ScriptInvoker | GetOnUIRefresh () |
| override void | OnPostInit (IEntity owner) |
| Editable Mine. More... | |
| void | ~SCR_EditableSystemComponent (IEntityComponentSource src, IEntity ent, IEntity parent) |
Variables | |
| SCR_EditableSystemComponentClass | m_FactionAffiliationComponent |
| Editable entity which can contain location description. More... | |
| protected ref ScriptInvoker | Event_OnUIRefresh = new ScriptInvoker() |
| override Faction GetFaction | ( | ) |
Definition at line 21 of file SCR_EditableSystemComponent.c.
| override ScriptInvoker GetOnUIRefresh | ( | ) |
Definition at line 30 of file SCR_EditableSystemComponent.c.
| protected void OnFactionChanged | ( | FactionAffiliationComponent | owner, |
| Faction | previousFaction, | ||
| Faction | newFaction | ||
| ) |
Event which is triggered when the owning faction changes.
Definition at line 15 of file SCR_EditableSystemComponent.c.
| void ~SCR_EditableSystemComponent | ( | IEntityComponentSource | src, |
| IEntity | ent, | ||
| IEntity | parent | ||
| ) |
| [in] | src | |
| [in] | ent | |
| [in] | parent |
Definition at line 49 of file SCR_EditableSystemComponent.c.
| protected ref ScriptInvoker Event_OnUIRefresh = new ScriptInvoker() |
Definition at line 12 of file SCR_EditableSystemComponent.c.