DayZ 1.24
Loading...
Searching...
No Matches
ItemsCounter.c
Go to the documentation of this file.
1// -----------------------------------------------------------
3{
5
7 {
8 Widget child = w.GetChildren();
9
10 while (child)
11 {
12 child = child.GetSibling();
14 }
15 }
16};
void OnWidgetScriptInit(Widget w)
Definition ItemsCounter.c:6
bool NumberOfItems
Definition ItemsCounter.c:4
map: item x vector(index, width, height)
Definition EnWidgets.c:651