Dayz Explorer  1.24.157551 (v105080)
Dayz Code Explorer by Zeroy
embeded.c
Go to the documentation of this file.
1 
3 {
4  reference string Caption;
5  void OnWidgetScriptInit(Widget w)
6  {
7  ButtonWidget button = ButtonWidget.Cast(w.GetChildren());
8  button.SetText(Caption);
9  }
10 };
11 
Widget
Definition: enwidgets.c:189
EmbededButtonScript
Definition: embeded.c:2