Arma Reforger Explorer 1.7.0.54
Arma Reforger Code Explorer by Zeroy - Thanks to MisterOutofTime
Loading...
Searching...
No Matches
ProgressBarWidget.c
Go to the documentation of this file.
1/*
2===========================================
3Do not modify, this script is generated
4===========================================
5*/
6
11
13{
14 proto external float GetMin();
15 proto external float GetMax();
16 proto external float GetCurrent();
17 proto external bool GetDrawBackground();
18 proto external void SetMin(float min);
19 proto external void SetMax(float max);
20 proto external void SetCurrent(float curr);
21 proto external void SetDrawBackground(bool drawBackground);
22 proto external bool IsVertical();
23 proto external bool IsFlipped();
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...