|
Elin Decompiled Documentation EA 23.240 Nightly
|
Public Member Functions | |
| void | Init () |
| void | OnAfterRedraw () |
| void | RefreshCats () |
| void | RefreshBottom () |
| void | Search (string s) |
| void | ClearSearch () |
| void | Redraw () |
Public Attributes | |
| LayoutGroup | layoutPage |
| LayoutGroup | layoutCat |
| LayoutGroup | layoutBottom |
| UIButton | itemNum |
| UIButton | itemElec |
| UIButton | buttonClearSearch |
| UIButton | moldCat |
| UISelectableGroup | groupPage |
| List< UIButton > | buttonsPage |
| UIInventory | uiInventory |
| InputField | inputSearch |
| float | intervalSearch |
| int | page |
| int | pageMax |
| List< Thing > | filteredList = new List<Thing>() |
| Color | colorCat |
| Color | colorCatSelected |
| HashSet< string > | cats = new HashSet<string>() |
| Dictionary< string, UIButton > | catButton = new Dictionary<string, UIButton>() |
| Dictionary< string, int > | catCount = new Dictionary<string, int>() |
| string | idCat = "" |
| string | lastSearch = "" |
| HashSet< Recipe > | searchRecipes = new HashSet<Recipe>() |
Properties | |
| Card | container [get] |
| int | GridSize [get] |
Properties inherited from EMono | |
| static Game | game [get] |
| static bool | AdvMode [get] |
| static Player | player [get] |
| static Chara | pc [get] |
| static UI | ui [get] |
| static Map | _map [get] |
| static Zone | _zone [get] |
| static FactionBranch | Branch [get] |
| static FactionBranch | BranchOrHomeBranch [get] |
| static Faction | Home [get] |
| static Scene | scene [get] |
| static BaseGameScreen | screen [get] |
| static GameSetting | setting [get] |
| static GameData | gamedata [get] |
| static ColorProfile | Colors [get] |
| static World | world [get] |
| static SoundManager | Sound [get] |
| static SourceManager | sources [get] |
| static SourceManager | editorSources [get] |
| static CoreDebug | debug [get] |
Private Member Functions | |
| void | LateUpdate () |
Private Attributes | |
| bool | firstSearch = true |
| float | timerSearch |
Additional Inherited Members | |
Static Public Member Functions inherited from EMono | |
| static int | rnd (int a) |
Static Public Attributes inherited from EMono | |
| static Core | core |
Definition at line 5 of file UIMagicChest.cs.
|
inline |
Definition at line 200 of file UIMagicChest.cs.
|
inline |
Definition at line 61 of file UIMagicChest.cs.
References buttonsPage, UIContextMenu.Current, groupPage, UISelectableGroup.Init(), inputSearch, itemElec, itemNum, layoutBottom, layoutCat, layoutPage, moldCat, page, Redraw(), RefreshBottom(), Search, UISelectableGroup.Select(), and Util.
|
inlineprivate |
Definition at line 149 of file UIMagicChest.cs.
References UIContextMenu.Current, Core.delta, Search, and EInput.wheel.
|
inline |
Definition at line 91 of file UIMagicChest.cs.
References buttonsPage, groupPage, page, pageMax, RefreshBottom(), and UISelectableGroup.Select().
|
inline |
Definition at line 208 of file UIMagicChest.cs.
References UIInventory.list, and UIList.Redraw().
Referenced by Init(), and RefreshCats().
|
inline |
Definition at line 143 of file UIMagicChest.cs.
References Trait.Electricity, Card.isOn, UIButton.mainText, ThingContainer.MaxCapacity, UIText.SetText(), Card.things, and Card.trait.
Referenced by Init(), and OnAfterRedraw().
|
inline |
Definition at line 102 of file UIMagicChest.cs.
References catButton, cats, UIContextMenu.Current, layoutCat, moldCat, Redraw(), and Util.
Referenced by ThingContainer.RefreshGrid().
|
inline |
Definition at line 175 of file UIMagicChest.cs.
References Thing.GetName(), and Card.things.
| UIButton UIMagicChest.buttonClearSearch |
Definition at line 17 of file UIMagicChest.cs.
| List<UIButton> UIMagicChest.buttonsPage |
Definition at line 23 of file UIMagicChest.cs.
Referenced by Init(), and OnAfterRedraw().
Definition at line 43 of file UIMagicChest.cs.
Referenced by RefreshCats().
| Dictionary<string, int> UIMagicChest.catCount = new Dictionary<string, int>() |
Definition at line 45 of file UIMagicChest.cs.
Referenced by ThingContainer.RefreshGrid().
| HashSet<string> UIMagicChest.cats = new HashSet<string>() |
Definition at line 41 of file UIMagicChest.cs.
Referenced by RefreshCats(), and ThingContainer.RefreshGrid().
| Color UIMagicChest.colorCat |
Definition at line 37 of file UIMagicChest.cs.
| Color UIMagicChest.colorCatSelected |
Definition at line 39 of file UIMagicChest.cs.
Definition at line 35 of file UIMagicChest.cs.
Referenced by ThingContainer.RefreshGrid().
|
private |
Definition at line 49 of file UIMagicChest.cs.
| UISelectableGroup UIMagicChest.groupPage |
Definition at line 21 of file UIMagicChest.cs.
Referenced by Init(), and OnAfterRedraw().
| string UIMagicChest.idCat = "" |
Definition at line 47 of file UIMagicChest.cs.
Referenced by ThingContainer.RefreshGrid().
| InputField UIMagicChest.inputSearch |
Definition at line 27 of file UIMagicChest.cs.
Referenced by Init().
| float UIMagicChest.intervalSearch |
Definition at line 29 of file UIMagicChest.cs.
| UIButton UIMagicChest.itemElec |
Definition at line 15 of file UIMagicChest.cs.
Referenced by Init().
| UIButton UIMagicChest.itemNum |
Definition at line 13 of file UIMagicChest.cs.
Referenced by Init().
| string UIMagicChest.lastSearch = "" |
Definition at line 53 of file UIMagicChest.cs.
Referenced by ThingContainer.RefreshGrid().
| LayoutGroup UIMagicChest.layoutBottom |
Definition at line 11 of file UIMagicChest.cs.
Referenced by Init().
| LayoutGroup UIMagicChest.layoutCat |
Definition at line 9 of file UIMagicChest.cs.
Referenced by Init(), and RefreshCats().
| LayoutGroup UIMagicChest.layoutPage |
Definition at line 7 of file UIMagicChest.cs.
Referenced by Init().
| UIButton UIMagicChest.moldCat |
Definition at line 19 of file UIMagicChest.cs.
Referenced by Init(), and RefreshCats().
| int UIMagicChest.page |
Definition at line 31 of file UIMagicChest.cs.
Referenced by Init(), OnAfterRedraw(), and ThingContainer.RefreshGrid().
| int UIMagicChest.pageMax |
Definition at line 33 of file UIMagicChest.cs.
Referenced by OnAfterRedraw(), and ThingContainer.RefreshGrid().
Definition at line 55 of file UIMagicChest.cs.
|
private |
Definition at line 51 of file UIMagicChest.cs.
| UIInventory UIMagicChest.uiInventory |
Definition at line 25 of file UIMagicChest.cs.
|
get |
Definition at line 57 of file UIMagicChest.cs.
|
get |
Definition at line 59 of file UIMagicChest.cs.