Arma Reforger Script API
Loading...
Searching...
No Matches
Public Member Functions | Protected Attributes | Static Protected Attributes | List of all members
SCR_ViewProfileButtonComponent Interface Reference
Inheritance diagram for SCR_ViewProfileButtonComponent:
[legend]

Public Member Functions

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

Protected Attributes

SCR_InputButtonComponent m_ViewProfile
 
- Protected Attributes inherited from SCR_ScriptedWidgetComponent
Widget m_wRoot
 

Static Protected Attributes

static const string PROFILE_BUTTON_TEXT = "#AR-PlayerLists_ShowProfile"
 
static const string PROFILE_BUTTON_TEXT_CONSOLE = "#AR-PlayerLists_ShowGamercard"
 

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.
 
- Public Attributes inherited from SCR_ScriptedWidgetComponent
ref ScriptInvoker m_OnClick = new ScriptInvoker
 

Member Function Documentation

◆ HandlerAttached()

override void SCR_ViewProfileButtonComponent.HandlerAttached ( Widget  w)

◆ Init()

void SCR_ViewProfileButtonComponent.Init ( )

Member Data Documentation

◆ m_ViewProfile

SCR_InputButtonComponent SCR_ViewProfileButtonComponent.m_ViewProfile
protected

◆ PROFILE_BUTTON_TEXT

const string SCR_ViewProfileButtonComponent.PROFILE_BUTTON_TEXT = "#AR-PlayerLists_ShowProfile"
staticprotected

◆ PROFILE_BUTTON_TEXT_CONSOLE

const string SCR_ViewProfileButtonComponent.PROFILE_BUTTON_TEXT_CONSOLE = "#AR-PlayerLists_ShowGamercard"
staticprotected

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