Arma Reforger Explorer
1.7.0.54
Arma Reforger Code Explorer by Zeroy - Thanks to MisterOutofTime
Toggle main menu visibility
Loading...
Searching...
No Matches
WidgetManager.c
Go to the documentation of this file.
1
/*
2
===========================================
3
Do not modify, this script is generated
4
===========================================
5
*/
6
11
15
sealed
class
WidgetManager
16
{
17
private
void
WidgetManager();
18
private
void
~WidgetManager();
19
21
static
const
string
NonBreakingSpace;
22
35
static
proto
void
TraceWidgets(
int
x,
int
y, notnull
Widget
rootWidget, notnull array<Widget> outWidgets);
50
static
proto
void
TraceWidgetsRect(
int
x,
int
y,
int
width,
int
height, notnull
Widget
rootWidget, notnull array<Widget> outWidgets);
64
static
proto
void
TraceWidgetsCircle(
int
x,
int
y,
float
radius, notnull
Widget
rootWidget, notnull array<Widget> outWidgets);
65
static
proto
void
SetLanguage(
string
languageCode);
66
static
proto
void
GetLanguage(out
string
languageCode);
67
static
proto
void
SetCursor(
int
cursorIndex);
68
static
proto
void
ReportMouse(
int
mousex,
int
mousey, notnull
Widget
rootWidget);
73
static
proto
void
GetReferenceScreenSize(out
int
width, out
int
height);
75
static
proto
void
GetMousePos(out
int
x, out
int
y);
76
static
proto
Widget
GetWidgetUnderCursor();
78
static
proto
int
GetTextCursorBlinkTime();
80
static
proto
void
SetTextCursorBlinkTime(
int
milliseconds);
82
static
proto
string
Translate(
string
text,
void
param1
=
NULL
,
void
param2
=
NULL
,
void
param3
=
NULL
,
void
param4
=
NULL
,
void
param5
=
NULL
,
void
param6 =
NULL
,
void
param7 =
NULL
,
void
param8 =
NULL
,
void
param9 =
NULL
);
84
static
proto
int
SearchLocalized(
string
text, notnull array<string> IDs, notnull out array<int> outIndices);
85
}
86
Widget
Definition
Widget.c:13
NULL
@ NULL
Unknown type.
Definition
DataVarType.c:21
param4
T4 param4
Definition
tuple.c:152
param3
T3 param3
Definition
tuple.c:93
param2
T2 param2
Definition
tuple.c:92
param1
Tuple param1
param5
T5 param5
Definition
tuple.c:153
scripts
Core
generated
UI
WidgetManager.c
Generated by
1.17.0