|
Elin Modding Docs Doc
|
Public Member Functions | |
| void | Clear () |
| void | AddOwner (int i, ListOwner o) |
| void | Build (UIList.SortMode m=UIList.SortMode.ByNone) |
| void | Refresh () |
Public Attributes | |
| List< ListOwner > | owners = new List<ListOwner>() |
| Layer | layer |
| Window[] | windows |
| UIList[] | lists |
| UIHeader[] | headers |
| bool | Double |
| bool | addTab |
Definition at line 6 of file UIMultiList.cs.
| void UIMultiList.AddOwner | ( | int | i, |
| ListOwner | o ) |
Definition at line 15 of file UIMultiList.cs.
| void UIMultiList.Build | ( | UIList.SortMode | m = UIList::SortMode::ByNone | ) |
Definition at line 32 of file UIMultiList.cs.
| void UIMultiList.Clear | ( | ) |
Definition at line 9 of file UIMultiList.cs.
| void UIMultiList.Refresh | ( | ) |
Definition at line 46 of file UIMultiList.cs.
| bool UIMultiList.addTab |
Definition at line 73 of file UIMultiList.cs.
| bool UIMultiList.Double |
Definition at line 70 of file UIMultiList.cs.
| UIHeader [] UIMultiList.headers |
Definition at line 67 of file UIMultiList.cs.
| Layer UIMultiList.layer |
Definition at line 58 of file UIMultiList.cs.
| UIList [] UIMultiList.lists |
Definition at line 64 of file UIMultiList.cs.
Definition at line 55 of file UIMultiList.cs.
| Window [] UIMultiList.windows |
Definition at line 61 of file UIMultiList.cs.