Arma Reforger Explorer
1.7.0.54
Arma Reforger Code Explorer by Zeroy - Thanks to MisterOutofTime
Toggle main menu visibility
Loading...
Searching...
No Matches
ImageWidget.c
Go to the documentation of this file.
1
/*
2
===========================================
3
Do not modify, this script is generated
4
===========================================
5
*/
6
11
12
sealed
class
ImageWidget
: Widget
13
{
19
proto external
bool
SetImage(
int
num);
21
proto external
int
GetImage();
31
proto external
bool
LoadImageFromSet(
int
num,
ResourceName
resource,
string
imageName,
bool
noCache =
false
);
32
proto external
void
SetImageTexture(
int
image, notnull
RTTextureWidget
texture);
38
proto external
bool
LoadMaskTexture(
ResourceName
resource);
45
proto external
bool
LoadMaskFromSet(
ResourceName
resource,
string
imageName);
51
proto external
void
SetUV(
float
uv[4][2]);
56
proto external
void
SetRotation(
float
angle);
58
proto external
float
GetRotation();
60
proto external
void
SetPivot(
float
x,
float
y);
67
proto external
float
GetMaskProgress();
72
proto external
void
SetMaskProgress(
float
value);
79
proto external
float
GetMaskTransitionWidth();
84
proto external
void
SetMaskTransitionWidth(
float
value);
85
proto external
ImageMaskMode
GetMaskMode();
86
proto external
void
SetMaskMode(
ImageMaskMode
maskMode);
91
proto external
float
GetMaskRange();
93
proto external
void
SetMaskRange(
float
range);
94
proto external
float
GetSaturation();
95
proto external
void
SetSaturation(
float
saturation);
105
proto
bool
LoadImageTexture(
int
num,
ResourceName
resource,
bool
noCache =
false
,
bool
fromLocalStorage =
false
);
112
proto
bool
CopyImageTexture(
int
num,
ScreenshotTextureData
texData);
118
proto
bool
GetTextureRawData(
int
num,
GetTextureRawDataCallback
scriptCallback);
120
proto external
vector
GetShadowOffset();
121
proto external
void
SetShadowOffset(
float
x,
float
y);
122
proto ref
Color
GetShadowColor();
123
proto external
void
SetShadowColor(notnull
Color
color);
125
proto
void
GetImageSize(
int
image, out
int
x, out
int
y);
127
proto external
vector
GetSize
();
129
proto external
void
SetSize(
float
width,
float
height);
130
}
131
GetSize
int GetSize()
Definition
SCR_EditableGroupComponent.c:386
Color
Definition
Color.c:13
ImageWidget
Definition
ImageWidget.c:13
RTTextureWidget
Definition
RTTextureWidget.c:13
ResourceName
Definition
ResourceName.c:13
ScreenshotTextureData
Definition
ScreenshotTextureData.c:16
vector
Definition
vector.c:13
GetTextureRawDataCallback
func GetTextureRawDataCallback
Definition
System.c:57
ImageMaskMode
ImageMaskMode
Definition
ImageMaskMode.c:13
scripts
Core
generated
UI
ImageWidget.c
Generated by
1.17.0