Arma Reforger Explorer
1.7.0.54
Arma Reforger Code Explorer by Zeroy - Thanks to MisterOutofTime
Toggle main menu visibility
Loading...
Searching...
No Matches
WorkspaceWidget.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
WorkspaceWidget
:
RTTextureWidget
16
{
21
proto external
void
SetFocusedWidget(Widget newFocus,
bool
noCrossFade =
false
);
23
proto external Widget GetFocusedWidget();
25
proto external Widget GetModal();
31
proto external
void
AddModal(Widget modalRoot, Widget newFocus);
36
proto external
bool
RemoveModal(Widget modalRoot);
38
proto external
int
GetWidth();
40
proto external
int
GetHeight
();
47
proto external
vector
ProjWorldToScreen(
vector
pos,
BaseWorld
world,
int
cam = -1);
57
proto external
vector
ProjScreenToWorld(
float
x,
float
y, out
vector
outDir,
BaseWorld
world,
int
cam = -1);
59
proto external
vector
ProjWorldToScreenNative(
vector
pos,
BaseWorld
world,
int
cam = -1);
61
proto external
vector
ProjScreenToWorldNative(
float
x,
float
y, out
vector
outDir,
BaseWorld
world,
int
cam = -1);
63
proto external
float
GetUserDPIScale();
65
proto external
void
SetUserDPIScale(
float
fUserDPIScale);
67
proto external
float
DPIScale(
float
valueInReferenceResolution);
69
proto external
float
DPIUnscale(
float
valueInPhysicalResolution);
71
proto external Widget CreateWidget(
WidgetType
type
,
WidgetFlags
flags
,
Color
color,
int
sort, Widget parentWidget =
NULL
);
73
proto external Widget CreateWidgetInWorkspace(
WidgetType
type
,
int
left,
int
top,
int
width,
int
height,
WidgetFlags
flags
,
Color
color,
int
sort);
75
proto Widget CreateWidgets(
ResourceName
layoutResourceName, Widget parentWidget =
NULL
);
76
}
77
flags
SCR_EAIThreatSectorFlags flags
Definition
AIControlComponentSerializer.c:16
GetHeight
float GetHeight()
Definition
SCR_BaseAreaMeshComponent.c:61
type
EDamageType type
Definition
SCR_DestructibleTreeV2.c:32
BaseWorld
Definition
BaseWorld.c:13
Color
Definition
Color.c:13
RTTextureWidget
Definition
RTTextureWidget.c:13
ResourceName
Definition
ResourceName.c:13
WidgetType
Definition
EnWidgets.c:13
WorkspaceWidget
Definition
WorkspaceWidget.c:16
vector
Definition
vector.c:13
NULL
@ NULL
Unknown type.
Definition
DataVarType.c:21
WidgetFlags
WidgetFlags
Widget flags. See enf::Widget::SetFlags().
Definition
WidgetFlags.c:14
scripts
Core
generated
UI
WorkspaceWidget.c
Generated by
1.17.0