Arma Reforger Explorer 1.7.0.54
Arma Reforger Code Explorer by Zeroy - Thanks to MisterOutofTime
Loading...
Searching...
No Matches
WBProgressDialog.c
Go to the documentation of this file.
1/*
2===========================================
3Do not modify, this script is generated
4===========================================
5*/
6
7#ifdef WORKBENCH
8
13
33sealed class WBProgressDialog: Managed
34{
35 void WBProgressDialog(string title, WBModuleDef parentWindow);
36
41 proto external void SetProgress(float progress);
46 proto external void SetMainTitle(string text);
51 proto external void SetActionTitle(string text);
52}
53
57
58#endif // WORKBENCH