![]() |
Arma Reforger Explorer 1.7.0.54
Arma Reforger Code Explorer by Zeroy - Thanks to MisterOutofTime
|
Go to the source code of this file.
Classes | |
| class | SCR_MapElementMoveComponent |
| Attach this component to a widget in a map layout to configure interactions. More... | |
Typedefs | |
| typedef func | ScriptInvokerWidgetBool |
Functions | |
| void | ScriptInvokerWidgetBool (Widget widget, bool state) |
| override void | OnMapOpen (MapConfiguration config) |
| override void | OnMapClose (MapConfiguration config) |
| override void | Update (float timeSlice) |
Variables | |
| SCR_MapElementMoveComponent | HOLD_DRAG_EVENT_TIME = 0.2 |
| Component for interacting with map tools. | |
| const float | ROTATION_DEADZONE = 0.02 |
| typedef func ScriptInvokerWidgetBool |
Definition at line 2 of file SCR_MapToolInteractionUI.c.
|
protected |
Definition at line 320 of file SCR_MapToolInteractionUI.c.
|
protected |
Definition at line 311 of file SCR_MapToolInteractionUI.c.
| void ScriptInvokerWidgetBool | ( | Widget | widget, |
| bool | state ) |
|
protected |
| [in] | timeSlice |
Definition at line 337 of file SCR_MapToolInteractionUI.c.
| SCR_MapElementMoveComponent HOLD_DRAG_EVENT_TIME = 0.2 |
Component for interacting with map tools.
|
protected |
Definition at line 27 of file SCR_MapToolInteractionUI.c.