Dayz Explorer 1.28.160049
Loading...
Searching...
No Matches
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