Arma Reforger Script API
|
Public Member Functions | |
override bool | OnClick (Widget w, int x, int y, int button) |
override void | UpdateAllWidgets () |
Update vizual state of line. | |
override bool | IsEnabled () |
Public Member Functions inherited from SCR_AddonLineBaseComponent | |
override void | HandlerAttached (Widget w) |
override void | HandlerDeattached (Widget w) |
override bool | OnFocus (Widget w, int x, int y) |
override bool | OnFocusLost (Widget w, int x, int y) |
override void | UpdateModularButtons () |
override void | OnTooltipShow (SCR_ScriptedWidgetTooltip tooltip) |
void | OnUpdateButton () |
void | OnOpenDetailsButton () |
void | OnEnableButton () |
void | OnDisableButton () |
bool | IsEnabled () |
void | Init (SCR_WorkshopItem item) |
Setup line. | |
SCR_WorkshopItem | GetWorkshopItem () |
SCR_EAddonLineErrorFlags | GetErrorFlags () |
bool | CanBeEnabled () |
ScriptInvokerScriptedWidgetComponent | GetOnEnableButton () |
ScriptInvokerScriptedWidgetComponent | GetOnDisableButton () |
ScriptInvokerScriptedWidgetComponent | GetOnFixButton () |
Public Member Functions inherited from SCR_ListMenuEntryComponent | |
override void | HandlerAttached (Widget w) |
override void | HandlerDeattached (Widget w) |
override bool | OnClick (Widget w, int x, int y, int button) |
override bool | OnDoubleClick (Widget w, int x, int y, int button) |
override bool | OnFocus (Widget w, int x, int y) |
override bool | OnFocusLost (Widget w, int x, int y) |
override bool | OnMouseEnter (Widget w, int x, int y) |
void | AnimateOpacity (int delay, float animationTime, float opacityEnd, float opacityStart=-1) |
Animate whole widget opacity. | |
bool | IsInnerButtonInteraction () |
bool | IsFocused () |
bool | IsAvailable () |
ScriptInvokerString | GetOnMouseInteractionButtonClicked () |
ScriptInvokerScriptedWidgetComponent | GetOnFocus () |
ScriptInvokerScriptedWidgetComponent | GetOnFocusLost () |
ScriptInvokerScriptedWidgetComponent | GetOnMouseEnter () |
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 () |
override bool SCR_WorkshopAddonLineComponent.IsEnabled | ( | ) |
Implements SCR_AddonLineBaseComponent.
override bool SCR_WorkshopAddonLineComponent.OnClick | ( | Widget | w, |
int | x, | ||
int | y, | ||
int | button | ||
) |
Implements SCR_ListMenuEntryComponent.
override void SCR_WorkshopAddonLineComponent.UpdateAllWidgets | ( | ) |
Update vizual state of line.
Implements SCR_AddonLineBaseComponent.