Arma Reforger Script API
|
Public Member Functions | |
override void | HandlerAttached (Widget w) |
override bool | OnFocus (Widget w, int x, int y) |
override bool | OnFocusLost (Widget w, int x, int y) |
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 () |
Public Attributes | |
float | m_fSaturationSelected |
float | m_fSaturationDeselected |
ref Color | m_ColorSelected |
ref Color | m_ColorDeselected |
float | m_fAnimationTime |
string | m_sContentName |
ImageWidget | m_wImage |
float | m_fAnimationRate |
bool | m_bIsInErrorState |
ref ScriptInvoker | m_OnFocused = new ScriptInvoker() |
ref ScriptInvoker | m_OnFocusLost = new ScriptInvoker() |
Public Attributes inherited from SCR_ScriptedWidgetComponent | |
ref ScriptInvoker | m_OnClick = new ScriptInvoker |
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. | |
Protected Attributes inherited from SCR_ScriptedWidgetComponent | |
Widget | m_wRoot |
override void SCR_TileBaseComponent.HandlerAttached | ( | Widget | w | ) |
Implements SCR_ScriptedWidgetComponent.
Implemented in SCR_GMMenuTileComponent, SCR_NewsTileComponent, and SCR_PlayMenuTileComponent.
override bool SCR_TileBaseComponent.OnFocus | ( | Widget | w, |
int | x, | ||
int | y | ||
) |
Implemented in SCR_GMMenuTileComponent, SCR_NewsTileComponent, and SCR_PlayMenuTileComponent.
override bool SCR_TileBaseComponent.OnFocusLost | ( | Widget | w, |
int | x, | ||
int | y | ||
) |
Implemented in SCR_GMMenuTileComponent, SCR_NewsTileComponent, and SCR_PlayMenuTileComponent.
bool SCR_TileBaseComponent.m_bIsInErrorState |
ref Color SCR_TileBaseComponent.m_ColorDeselected |
ref Color SCR_TileBaseComponent.m_ColorSelected |
float SCR_TileBaseComponent.m_fAnimationRate |
float SCR_TileBaseComponent.m_fAnimationTime |
float SCR_TileBaseComponent.m_fSaturationDeselected |
float SCR_TileBaseComponent.m_fSaturationSelected |
ref ScriptInvoker SCR_TileBaseComponent.m_OnFocused = new ScriptInvoker() |
ref ScriptInvoker SCR_TileBaseComponent.m_OnFocusLost = new ScriptInvoker() |
string SCR_TileBaseComponent.m_sContentName |
ImageWidget SCR_TileBaseComponent.m_wImage |