Arma Reforger Explorer 1.7.0.54
Arma Reforger Code Explorer by Zeroy - Thanks to MisterOutofTime
Loading...
Searching...
No Matches
SCR_EditableSystemComponent.c File Reference

Go to the source code of this file.

Classes

class  SCR_EditableSystemComponentClass

Functions

void OnFactionChanged (FactionAffiliationComponent owner, Faction previousFaction, Faction newFaction)
override Faction GetFaction ()
override ScriptInvoker GetOnUIRefresh ()
override void OnPostInit (IEntity owner)
 Editable Mine.
void ~SCR_EditableSystemComponent (IEntityComponentSource src, IEntity ent, IEntity parent)

Variables

SCR_EditableSystemComponentClass m_FactionAffiliationComponent
 Editable entity which can contain location description.
ref ScriptInvoker Event_OnUIRefresh = new ScriptInvoker()

Function Documentation

◆ GetFaction()

override Faction GetFaction ( )
protected

Definition at line 21 of file SCR_EditableSystemComponent.c.

◆ GetOnUIRefresh()

override ScriptInvoker GetOnUIRefresh ( )
protected

Definition at line 30 of file SCR_EditableSystemComponent.c.

◆ OnFactionChanged()

void OnFactionChanged ( FactionAffiliationComponent owner,
Faction previousFaction,
Faction newFaction )
protected

Definition at line 15 of file SCR_EditableSystemComponent.c.

◆ ~SCR_EditableSystemComponent()

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

Definition at line 49 of file SCR_EditableSystemComponent.c.

Variable Documentation

◆ Event_OnUIRefresh

ref ScriptInvoker Event_OnUIRefresh = new ScriptInvoker()
protected

Definition at line 12 of file SCR_EditableSystemComponent.c.