Arma Reforger Explorer 1.7.0.54
Arma Reforger Code Explorer by Zeroy - Thanks to MisterOutofTime
Loading...
Searching...
No Matches
ButtonActionComponent Class Reference

Component to execute action when the button or its shortcut is pressed. More...

Inheritance diagram for ButtonActionComponent:
ScriptedWidgetComponent

Protected Member Functions

void Execute (float value, EActionTrigger reason)
void OnAction (float value, EActionTrigger reason)
override bool OnClick (Widget w, int x, int y, int button)
override void HandlerAttached (Widget w)
override void HandlerDeattached (Widget w)

Detailed Description

Component to execute action when the button or its shortcut is pressed.

Definition at line 2 of file ButtonActionComponent.c.

Member Function Documentation

◆ Execute()

void ButtonActionComponent::Execute ( float value,
EActionTrigger reason )
inlineprotected

Definition at line 105 of file ButtonActionComponent.c.

◆ HandlerAttached()

override void ButtonActionComponent::HandlerAttached ( Widget w)
inlineprotected

Definition at line 129 of file ButtonActionComponent.c.

◆ HandlerDeattached()

override void ButtonActionComponent::HandlerDeattached ( Widget w)
inlineprotected

Definition at line 167 of file ButtonActionComponent.c.

◆ OnAction()

void ButtonActionComponent::OnAction ( float value,
EActionTrigger reason )
inlineprotected

Definition at line 114 of file ButtonActionComponent.c.

◆ OnClick()

override bool ButtonActionComponent::OnClick ( Widget w,
int x,
int y,
int button )
inlineprotected

Definition at line 120 of file ButtonActionComponent.c.


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