DayZ 1.24
|
Private Member Functions | |
proto native int | AddItem (string text, Class userData, int column, int row=-1) |
Insert new Row, if row = -1, new Row is inserted at the end otherwise at row index. | |
proto native void | SetItem (int position, string text, Class userData, int column) |
proto bool | GetItemText (int row, int column, out string text) |
Get item. | |
proto void | GetItemData (int row, int column, out Class data) |
proto native void | SetItemColor (int row, int column, int color) |
Definition at line 439 of file EnWidgets.c.