Arma Reforger Script API
Loading...
Searching...
No Matches
SCR_LocalPerceivedFactionWidgetComponent Interface Reference
Inheritance diagram for SCR_LocalPerceivedFactionWidgetComponent:
SCR_ScriptedWidgetComponent

Public Member Functions

override void HandlerAttached (Widget w)
 
override void HandlerDeattached (Widget w)
 
- Public Member Functions inherited from SCR_ScriptedWidgetComponent
override bool OnClick (Widget w, int x, int y, int button)
 
Widget GetRootWidget ()
 
bool IsVisible ()
 

Public Attributes

SCR_CharacterFactionAffiliationComponent m_CharFactionAffiliation
 
- Public Attributes inherited from SCR_ScriptedWidgetComponent
ref ScriptInvoker m_OnClick = new ScriptInvoker
 

Protected Member Functions

void OnOnPerceivedFactionChanged (Faction faction)
 
void SetWidgetColor (Color color)
 

Protected Attributes

ref Color m_DefaultColor
 
ref Color m_LightWarningColor
 
ref Color m_WarningColor
 
bool m_bShowIcon
 
bool m_bShowIfDefaultFaction
 
bool m_bColorOutline
 
ResourceName m_sUnknownFactionIcon
 
Widget m_wFactionIconHolder
 
ImageWidget m_wFactionIcon
 
ImageWidget m_wEyeIcon
 
Widget m_wOutline
 
Widget m_wFilter
 
- Protected Attributes inherited from SCR_ScriptedWidgetComponent
Widget m_wRoot
 

Static Protected Attributes

const string FACTION_ICON_HOLDER = "IconHolder"
 
const string FACTION_ICON_NAME = "FactionIcon"
 
const string EYE_ICON_NAME = "EyeIcon"
 
const string OUTLINE_NAME = "Outline"
 
const string FILTER_NAME = "Filter"
 

Additional Inherited Members

- Static Public Member Functions inherited from SCR_ScriptedWidgetComponent
static SCR_ScriptedWidgetComponent GetComponent (TypeName componentType, string name, Widget parent, bool searchAllChildren=true)
 Base method for component lookup through the widget library.
 

Member Function Documentation

◆ HandlerAttached()

override void SCR_LocalPerceivedFactionWidgetComponent.HandlerAttached ( Widget w)

◆ HandlerDeattached()

override void SCR_LocalPerceivedFactionWidgetComponent.HandlerDeattached ( Widget w)

◆ OnOnPerceivedFactionChanged()

void SCR_LocalPerceivedFactionWidgetComponent.OnOnPerceivedFactionChanged ( Faction faction)
protected

◆ SetWidgetColor()

void SCR_LocalPerceivedFactionWidgetComponent.SetWidgetColor ( Color color)
protected

Member Data Documentation

◆ EYE_ICON_NAME

const string SCR_LocalPerceivedFactionWidgetComponent.EYE_ICON_NAME = "EyeIcon"
staticprotected

◆ FACTION_ICON_HOLDER

const string SCR_LocalPerceivedFactionWidgetComponent.FACTION_ICON_HOLDER = "IconHolder"
staticprotected

◆ FACTION_ICON_NAME

const string SCR_LocalPerceivedFactionWidgetComponent.FACTION_ICON_NAME = "FactionIcon"
staticprotected

◆ FILTER_NAME

const string SCR_LocalPerceivedFactionWidgetComponent.FILTER_NAME = "Filter"
staticprotected

◆ m_bColorOutline

bool SCR_LocalPerceivedFactionWidgetComponent.m_bColorOutline
protected

◆ m_bShowIcon

bool SCR_LocalPerceivedFactionWidgetComponent.m_bShowIcon
protected

◆ m_bShowIfDefaultFaction

bool SCR_LocalPerceivedFactionWidgetComponent.m_bShowIfDefaultFaction
protected

◆ m_CharFactionAffiliation

SCR_CharacterFactionAffiliationComponent SCR_LocalPerceivedFactionWidgetComponent.m_CharFactionAffiliation

◆ m_DefaultColor

ref Color SCR_LocalPerceivedFactionWidgetComponent.m_DefaultColor
protected

◆ m_LightWarningColor

ref Color SCR_LocalPerceivedFactionWidgetComponent.m_LightWarningColor
protected

◆ m_sUnknownFactionIcon

ResourceName SCR_LocalPerceivedFactionWidgetComponent.m_sUnknownFactionIcon
protected

◆ m_WarningColor

ref Color SCR_LocalPerceivedFactionWidgetComponent.m_WarningColor
protected

◆ m_wEyeIcon

ImageWidget SCR_LocalPerceivedFactionWidgetComponent.m_wEyeIcon
protected

◆ m_wFactionIcon

ImageWidget SCR_LocalPerceivedFactionWidgetComponent.m_wFactionIcon
protected

◆ m_wFactionIconHolder

Widget SCR_LocalPerceivedFactionWidgetComponent.m_wFactionIconHolder
protected

◆ m_wFilter

Widget SCR_LocalPerceivedFactionWidgetComponent.m_wFilter
protected

◆ m_wOutline

Widget SCR_LocalPerceivedFactionWidgetComponent.m_wOutline
protected

◆ OUTLINE_NAME

const string SCR_LocalPerceivedFactionWidgetComponent.OUTLINE_NAME = "Outline"
staticprotected

The documentation for this interface was generated from the following file: