Arma Reforger Explorer
1.7.0.54
Arma Reforger Code Explorer by Zeroy - Thanks to MisterOutofTime
Toggle main menu visibility
Loading...
Searching...
No Matches
SliderWidget.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
SliderWidget
:
UIWidget
13
{
15
proto external
void
SetRange(
float
min,
float
max);
16
proto external
void
SetMin(
float
min);
17
proto external
void
SetMax(
float
max);
18
proto external
float
GetMax
();
19
proto external
float
GetMin
();
20
proto external
void
SetStep(
float
step);
21
proto external
float
GetStep();
22
proto external
float
GetCurrent
();
23
proto external
void
SetCurrent(
float
curr);
24
}
25
GetMin
vector GetMin()
Definition
MotionComponent.c:74
GetMax
vector GetMax()
Definition
MotionComponent.c:79
SliderWidget
Definition
SliderWidget.c:13
UIWidget
Definition
UIWidget.c:13
GetCurrent
proto external BaseWeaponComponent GetCurrent()
Returns currently selected weapon or null if none. (This can either be a weapon component directly or...
scripts
Core
generated
UI
SliderWidget.c
Generated by
1.17.0