|
Arma Reforger Script API
|
Component for visual behavior of radil menu number hint Can display current slot number and change color. More...
Public Member Functions | |
| override void | HandlerAttached (Widget w) |
| void | Highlight (bool highlight) |
Public Member Functions inherited from SCR_SimpleEntryComponent | |
| void | SetMessages (string left, string right) |
| TextWidget | GetLabel () |
| string | GetLeftText () |
| TextWidget | GetMessage () |
| string | GetRightText () |
| Widget | GetRoot () |
Public Member Functions inherited from SCR_ScriptedWidgetComponent | |
| override bool | OnClick (Widget w, int x, int y, int button) |
| Widget | GetRootWidget () |
| bool | IsVisible () |
Protected Attributes | |
| string | m_sBackround |
| Widget | m_wBackround |
| ref Color | m_cTextDefault |
| ref Color | m_cBackgroundDefault |
| ref Color | m_cTextHighlight |
| ref Color | m_cBackgroundHighlight |
Protected Attributes inherited from SCR_SimpleEntryComponent | |
| string | m_sLabel |
| string | m_sMessage |
| string | m_sLabelText |
| string | m_sMessageText |
| TextWidget | m_wLabel |
| TextWidget | m_wMessage |
Protected Attributes inherited from SCR_ScriptedWidgetComponent | |
| Widget | m_wRoot |
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 |
Component for visual behavior of radil menu number hint Can display current slot number and change color.
| override void SCR_RadialMenuNumberHintComponent.HandlerAttached | ( | Widget | w | ) |
Implements SCR_SimpleEntryComponent.
| void SCR_RadialMenuNumberHintComponent.Highlight | ( | bool | highlight | ) |
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |