![]() |
Arma Reforger Explorer 1.7.0.54
Arma Reforger Code Explorer by Zeroy - Thanks to MisterOutofTime
|
Protected Member Functions | |
| override void | HandlerAttached (Widget w) |
| SCR_NearbyContextWidgetComponentInteract | GetIconComponent () |
| void | SetVisible (bool state) |
| bool | Set (notnull BaseUserAction userAction, bool isSelected, bool isAvailable, SCR_ActionUIInfo actionUIInfo) |
| void | SetIconFromAction (SCR_ActionUIInfo info, BaseUserAction userAction) |
| Try to set the Icon defined in the UIInfo from action first. | |
| void | UpdateColors () |
| void | SetOpacity (float position) |
Protected Attributes | |
| ref SCR_ActionMenuElementWidgets | m_Widgets = new SCR_ActionMenuElementWidgets() |
| const float | NEARBY_INTERACTION_OPACITY_DIVIDER = 3 |
| const float | NEARBY_INTERACTION_OPACITY_MULTIPLIER = 0.9 |
| const float | NEARBY_INTERACTION_OPACITY_CUTOFF = 0.1 |
| const int | m_iFontSizeSelected = 24 |
| const int | m_iFontSizeNotSelected = 20 |
| bool | m_bIsSelected |
| bool | m_bIsDisabled |
Definition at line 2 of file SCR_ActionMenuElementComponent.c.
|
inlineprotected |
Definition at line 25 of file SCR_ActionMenuElementComponent.c.
|
inlineprotected |
Definition at line 17 of file SCR_ActionMenuElementComponent.c.
|
inlineprotected |
Set all the data and how it should be displayed
| [in] | userAction | Context the Widget gets assigned to |
| [in] | isSelected | is the userAction currently selected by the player |
| [in] | isAvailable | is the userAction available (not disabled/blocked) |
| [in] | actionUIInfo | containing all the information for the widget Icon, etc. Can be null return True if the userAction has at least one actionName |
Definition at line 43 of file SCR_ActionMenuElementComponent.c.
|
inlineprotected |
Try to set the Icon defined in the UIInfo from action first.
Definition at line 105 of file SCR_ActionMenuElementComponent.c.
|
inlineprotected |
Definition at line 156 of file SCR_ActionMenuElementComponent.c.
|
inlineprotected |
Definition at line 31 of file SCR_ActionMenuElementComponent.c.
|
inlineprotected |
Definition at line 127 of file SCR_ActionMenuElementComponent.c.
|
protected |
Definition at line 14 of file SCR_ActionMenuElementComponent.c.
|
protected |
Definition at line 13 of file SCR_ActionMenuElementComponent.c.
|
protected |
Definition at line 11 of file SCR_ActionMenuElementComponent.c.
|
protected |
Definition at line 10 of file SCR_ActionMenuElementComponent.c.
|
protected |
Definition at line 4 of file SCR_ActionMenuElementComponent.c.
|
protected |
Definition at line 8 of file SCR_ActionMenuElementComponent.c.
|
protected |
Definition at line 6 of file SCR_ActionMenuElementComponent.c.
|
protected |
Definition at line 7 of file SCR_ActionMenuElementComponent.c.