DayZ 1.27
DayZ Explorer by KGB
 
Загрузка...
Поиск...
Не найдено
ProgressAsync.c
См. документацию.
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 SetUserData(Widget inst)
static proto native void DestroyAllPendingProgresses()
static proto native void SetProgressData(Widget inst)
static proto native void StartProgress()
Определения ProgressAsync.c:2
Определения EnWidgets.c:190