Dayz Explorer
1.24.157551 (v105080)
Dayz Code Explorer by Zeroy
embeded.c
Go to the documentation of this file.
1
2
class
EmbededButtonScript
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
DAYZ
scripts_v1.24.157551
scripts
game
gui
embeded.c
Generated by
1.8.17