Dayz Build 1.29.163047, Scripts Rev. 123548
Dayz Code Explorer by Zeroy
Loading...
Searching...
No Matches
embeded.c
Go to the documentation of this file.
1
3{
4 reference string Caption;
6 {
7 ButtonWidget button = ButtonWidget.Cast(w.GetChildren());
8 button.SetText(Caption);
9 }
10};
11
void OnWidgetScriptInit(Widget w)
Definition embeded.c:5
reference string Caption
Definition embeded.c:4