Arma Reforger Explorer
1.7.0.54
Arma Reforger Code Explorer by Zeroy - Thanks to MisterOutofTime
Toggle main menu visibility
Loading...
Searching...
No Matches
TextWidget.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
TextWidget
: Widget
16
{
21
proto external
void
SetRotation(
float
angle);
23
proto external
float
GetRotation();
25
proto external
void
SetPivot(
float
x,
float
y);
31
proto external
void
SetTextOffset(
float
xoff,
float
yoff);
33
proto external
void
SetLineSpacing(
float
spacing);
35
proto external
void
SetDesiredFontSize(
int
size
);
37
proto external
void
SetMinFontSize(
int
size
);
39
proto external
void
SetExactFontSize(
int
size
);
41
proto external
bool
GetTextWrapping();
43
proto external
void
SetTextWrapping(
bool
isWrapping);
48
proto external
void
SetSharpness(
float
sharpness);
52
proto external
float
GetSharpness();
57
proto external
void
SetOutline(
int
outlineSize,
int
argb = 0xFF000000);
58
proto external
int
GetOutlineSize();
59
proto external
int
GetOutlineColor();
66
proto external
void
SetShadow(
int
shadowSize,
int
shadowARGB = 0xFF000000,
float
shadowOpacity = 1,
float
shadowOffsetX = 0,
float
shadowOffsetY = 0);
67
proto external
int
GetShadowSize();
71
proto external
int
GetShadowColor();
75
[
Obsolete
(
"Shadow opacity is redundant"
)]
76
proto external
float
GetShadowOpacity();
81
proto external
void
SetItalic(
bool
italic);
85
proto external
bool
GetItalic();
90
proto external
void
SetBold(
bool
bold);
94
proto external
bool
GetBold();
98
proto external
void
SetForceFont(
bool
force);
102
proto external
bool
GetForceFont();
107
proto
void
SetFont(
ResourceName
fontResource);
109
proto
string
GetText
();
111
proto
void
SetTextFormat(
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
);
113
proto
void
GetTextSize(out
float
sx, out
float
sy);
114
proto
void
GetShadowOffset(out
float
sx, out
float
sy);
116
proto external
void
SetText(
string
text);
117
}
118
size
int size
Definition
PrefabImporter.c:35
GetText
string GetText()
Definition
SCR_BaseEditorAttribute.c:488
ResourceName
Definition
ResourceName.c:13
TextWidget
Definition
TextWidget.c:16
Obsolete
typedef Obsolete
Definition
HelicopterAutopilotHelperComponent.c:16
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
TextWidget.c
Generated by
1.17.0