Arma Reforger Script API
|
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 |
override void SCR_ViewProfileButtonComponent.HandlerAttached | ( | Widget | w | ) |
Implements SCR_ScriptedWidgetComponent.
void SCR_ViewProfileButtonComponent.Init | ( | ) |
|
protected |
|
staticprotected |
|
staticprotected |