|
Elin Modding Docs Doc
|
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] |
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 8 of file UIMagicChest.cs.
| void UIMagicChest.ClearSearch | ( | ) |
Definition at line 169 of file UIMagicChest.cs.
| void UIMagicChest.Init | ( | ) |
Definition at line 31 of file UIMagicChest.cs.
| void UIMagicChest.OnAfterRedraw | ( | ) |
Definition at line 59 of file UIMagicChest.cs.
| void UIMagicChest.Redraw | ( | ) |
Definition at line 178 of file UIMagicChest.cs.
| void UIMagicChest.RefreshBottom | ( | ) |
Definition at line 109 of file UIMagicChest.cs.
| void UIMagicChest.RefreshCats | ( | ) |
Definition at line 71 of file UIMagicChest.cs.
| void UIMagicChest.Search | ( | string | s | ) |
Definition at line 143 of file UIMagicChest.cs.
| UIButton UIMagicChest.buttonClearSearch |
Definition at line 199 of file UIMagicChest.cs.
| List<UIButton> UIMagicChest.buttonsPage |
Definition at line 208 of file UIMagicChest.cs.
| Dictionary<string, UIButton> UIMagicChest.catButton = new Dictionary<string, UIButton>() |
Definition at line 238 of file UIMagicChest.cs.
| Dictionary<string, int> UIMagicChest.catCount = new Dictionary<string, int>() |
Definition at line 241 of file UIMagicChest.cs.
| HashSet<string> UIMagicChest.cats = new HashSet<string>() |
Definition at line 235 of file UIMagicChest.cs.
| Color UIMagicChest.colorCat |
Definition at line 229 of file UIMagicChest.cs.
| Color UIMagicChest.colorCatSelected |
Definition at line 232 of file UIMagicChest.cs.
Definition at line 226 of file UIMagicChest.cs.
| UISelectableGroup UIMagicChest.groupPage |
Definition at line 205 of file UIMagicChest.cs.
| string UIMagicChest.idCat = "" |
Definition at line 244 of file UIMagicChest.cs.
| InputField UIMagicChest.inputSearch |
Definition at line 214 of file UIMagicChest.cs.
| float UIMagicChest.intervalSearch |
Definition at line 217 of file UIMagicChest.cs.
| UIButton UIMagicChest.itemElec |
Definition at line 196 of file UIMagicChest.cs.
| UIButton UIMagicChest.itemNum |
Definition at line 193 of file UIMagicChest.cs.
| string UIMagicChest.lastSearch = "" |
Definition at line 253 of file UIMagicChest.cs.
| LayoutGroup UIMagicChest.layoutBottom |
Definition at line 190 of file UIMagicChest.cs.
| LayoutGroup UIMagicChest.layoutCat |
Definition at line 187 of file UIMagicChest.cs.
| LayoutGroup UIMagicChest.layoutPage |
Definition at line 184 of file UIMagicChest.cs.
| UIButton UIMagicChest.moldCat |
Definition at line 202 of file UIMagicChest.cs.
| int UIMagicChest.page |
Definition at line 220 of file UIMagicChest.cs.
| int UIMagicChest.pageMax |
Definition at line 223 of file UIMagicChest.cs.
Definition at line 256 of file UIMagicChest.cs.
| UIInventory UIMagicChest.uiInventory |
Definition at line 211 of file UIMagicChest.cs.
|
get |
Definition at line 12 of file UIMagicChest.cs.
|
get |
Definition at line 22 of file UIMagicChest.cs.