DayZ 1.24
Loading...
Searching...
No Matches
Embeded.c
Go to the documentation of this file.
1
3{
6 {
7 ButtonWidget button = ButtonWidget.Cast(w.GetChildren());
8 button.SetText(Caption);
9 }
10};
11
reference string Caption
Definition Embeded.c:4
void OnWidgetScriptInit(Widget w)
Definition Embeded.c:5