Arma Reforger Explorer 1.7.0.54
Arma Reforger Code Explorer by Zeroy - Thanks to MisterOutofTime
Loading...
Searching...
No Matches
SliderWidget.c
Go to the documentation of this file.
1/*
2===========================================
3Do not modify, this script is generated
4===========================================
5*/
6
11
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
vector GetMin()
vector GetMax()
proto external BaseWeaponComponent GetCurrent()
Returns currently selected weapon or null if none. (This can either be a weapon component directly or...