DayZ 1.24
|
Private Member Functions | |
proto native external Widget | CreateWidget (WidgetType type, int left, int top, int width, int height, WidgetFlags flags, int color, int sort, Widget parentWidget=NULL) |
Create widgets by WidgetType. | |
proto native external Widget | CreateWidgets (string layout, Widget parentWidget=NULL, bool immedUpdate=true) |
Create widgets from *.layout file. | |
Definition at line 176 of file EnWidgets.c.