Arma Reforger Explorer 1.7.0.54
Arma Reforger Code Explorer by Zeroy - Thanks to MisterOutofTime
Loading...
Searching...
No Matches
SCR_MapToolInteractionUI.c File Reference

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 Documentation

◆ ScriptInvokerWidgetBool

Definition at line 2 of file SCR_MapToolInteractionUI.c.

Function Documentation

◆ OnMapClose()

override void OnMapClose ( MapConfiguration config)
protected

Definition at line 320 of file SCR_MapToolInteractionUI.c.

◆ OnMapOpen()

override void OnMapOpen ( MapConfiguration config)
protected

Definition at line 311 of file SCR_MapToolInteractionUI.c.

◆ ScriptInvokerWidgetBool()

void ScriptInvokerWidgetBool ( Widget widget,
bool state )

◆ Update()

override void Update ( float timeSlice)
protected
Parameters
[in]timeSlice

Definition at line 337 of file SCR_MapToolInteractionUI.c.

Variable Documentation

◆ HOLD_DRAG_EVENT_TIME

SCR_MapElementMoveComponent HOLD_DRAG_EVENT_TIME = 0.2

Component for interacting with map tools.

◆ ROTATION_DEADZONE

const float ROTATION_DEADZONE = 0.02
protected

Definition at line 27 of file SCR_MapToolInteractionUI.c.