Dayz Explorer
1.28.160049
Loading...
Searching...
No Matches
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
EmbededButtonScript
Definition
embeded.c:3
Daten
3_game
gui
embeded.c
Generated by
1.12.0