DayZ Scripts
v1.21.156300 ยท Jun 20, 2023
 
Loading...
Searching...
No Matches
ProgressAsync.c
Go to the documentation of this file.
2{
3 //proto native void SetUserData(Widget inst);
4 proto static native void SetUserData(Widget inst);
5 proto static native void SetProgressData(Widget inst);
6 proto static native void DestroyAllPendingProgresses();
7 proto static native void StartProgress();
8}
static proto native void DestroyAllPendingProgresses()
static proto native void SetUserData(Widget inst)
static proto native void SetProgressData(Widget inst)
static proto native void StartProgress()