Dayz Build 1.29.163047, Scripts Rev. 123548
Dayz Code Explorer by Zeroy
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()