Arma Reforger Explorer  1.1.0.42
Arma Reforger Code Explorer by Zeroy - Thanks to MisterOutofTime
SCR_EditableSystemComponent.c File Reference

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()
 

Function Documentation

◆ GetFaction()

override Faction GetFaction ( )

Definition at line 21 of file SCR_EditableSystemComponent.c.

◆ GetOnUIRefresh()

override ScriptInvoker GetOnUIRefresh ( )

Definition at line 30 of file SCR_EditableSystemComponent.c.

◆ OnFactionChanged()

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.

◆ ~SCR_EditableSystemComponent()

void ~SCR_EditableSystemComponent ( IEntityComponentSource  src,
IEntity  ent,
IEntity  parent 
)
Parameters
[in]src
[in]ent
[in]parent

Definition at line 49 of file SCR_EditableSystemComponent.c.

Variable Documentation

◆ Event_OnUIRefresh

protected ref ScriptInvoker Event_OnUIRefresh = new ScriptInvoker()

Definition at line 12 of file SCR_EditableSystemComponent.c.