|
Elin Modding Docs Doc
|
Classes | |
| class | RecipeVariation |
Public Member Functions | |
| void | Init () |
| void | SetArea (Area a) |
| void | SetRecipe (Recipe r) |
| void | Clear () |
| void | RefreshBalance () |
| void | RefreshImages () |
| void | Refresh () |
| void | OnRotate () |
| void | RefreshQuality () |
| void | RefreshList () |
Public Attributes | |
| UIText | textName |
| UIText | textDetail |
| UIText | textCost |
| UIText | textInfo |
| UIText | textQuality |
| UIText | textReqSkill |
| UIText | textCostSP |
| Thing | factory |
| Recipe | recipe |
| Area | area |
| UIList | listIngredients |
| UIList | listVariations |
| Image | imageArea |
| Image | imageIcon |
| UINote | note |
| Color | colorCost |
| Color | colorPredict |
| GameObject | goMoney |
| GameObject | goIngredients |
| GameObject | goInfo |
| bool | main |
| bool | CraftMode |
| StockSearchMode | searchMode |
| DropdownGrid | ddList |
| DropdownGrid | ddFactory |
| ButtonGrid | buttonProduct |
| Dictionary< string, int > | lastMats = new Dictionary<string, int>() |
| bool | hideMode = true |
| List< DropdownRecipe > | dds = new List<DropdownRecipe>() |
Properties | |
| HitSummary | summary [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 UIRecipeInfo.cs.
| void UIRecipeInfo.Clear | ( | ) |
Definition at line 97 of file UIRecipeInfo.cs.
| void UIRecipeInfo.Init | ( | ) |
Definition at line 21 of file UIRecipeInfo.cs.
| void UIRecipeInfo.OnRotate | ( | ) |
Definition at line 354 of file UIRecipeInfo.cs.
| void UIRecipeInfo.Refresh | ( | ) |
Definition at line 198 of file UIRecipeInfo.cs.
| void UIRecipeInfo.RefreshBalance | ( | ) |
Definition at line 126 of file UIRecipeInfo.cs.
| void UIRecipeInfo.RefreshImages | ( | ) |
Definition at line 179 of file UIRecipeInfo.cs.
| void UIRecipeInfo.RefreshList | ( | ) |
Definition at line 374 of file UIRecipeInfo.cs.
| void UIRecipeInfo.RefreshQuality | ( | ) |
Definition at line 364 of file UIRecipeInfo.cs.
| void UIRecipeInfo.SetArea | ( | Area | a | ) |
Definition at line 29 of file UIRecipeInfo.cs.
| void UIRecipeInfo.SetRecipe | ( | Recipe | r | ) |
Definition at line 70 of file UIRecipeInfo.cs.
| Area UIRecipeInfo.area |
Definition at line 506 of file UIRecipeInfo.cs.
| ButtonGrid UIRecipeInfo.buttonProduct |
Definition at line 554 of file UIRecipeInfo.cs.
| Color UIRecipeInfo.colorCost |
Definition at line 524 of file UIRecipeInfo.cs.
| Color UIRecipeInfo.colorPredict |
Definition at line 527 of file UIRecipeInfo.cs.
| bool UIRecipeInfo.CraftMode |
Definition at line 542 of file UIRecipeInfo.cs.
| DropdownGrid UIRecipeInfo.ddFactory |
Definition at line 551 of file UIRecipeInfo.cs.
| DropdownGrid UIRecipeInfo.ddList |
Definition at line 548 of file UIRecipeInfo.cs.
| List<DropdownRecipe> UIRecipeInfo.dds = new List<DropdownRecipe>() |
Definition at line 566 of file UIRecipeInfo.cs.
| Thing UIRecipeInfo.factory |
Definition at line 500 of file UIRecipeInfo.cs.
| GameObject UIRecipeInfo.goInfo |
Definition at line 536 of file UIRecipeInfo.cs.
| GameObject UIRecipeInfo.goIngredients |
Definition at line 533 of file UIRecipeInfo.cs.
| GameObject UIRecipeInfo.goMoney |
Definition at line 530 of file UIRecipeInfo.cs.
| bool UIRecipeInfo.hideMode = true |
Definition at line 562 of file UIRecipeInfo.cs.
| Image UIRecipeInfo.imageArea |
Definition at line 515 of file UIRecipeInfo.cs.
| Image UIRecipeInfo.imageIcon |
Definition at line 518 of file UIRecipeInfo.cs.
| Dictionary<string, int> UIRecipeInfo.lastMats = new Dictionary<string, int>() |
Definition at line 558 of file UIRecipeInfo.cs.
| UIList UIRecipeInfo.listIngredients |
Definition at line 509 of file UIRecipeInfo.cs.
| UIList UIRecipeInfo.listVariations |
Definition at line 512 of file UIRecipeInfo.cs.
| bool UIRecipeInfo.main |
Definition at line 539 of file UIRecipeInfo.cs.
| UINote UIRecipeInfo.note |
Definition at line 521 of file UIRecipeInfo.cs.
| Recipe UIRecipeInfo.recipe |
Definition at line 503 of file UIRecipeInfo.cs.
| StockSearchMode UIRecipeInfo.searchMode |
Definition at line 545 of file UIRecipeInfo.cs.
| UIText UIRecipeInfo.textCost |
Definition at line 485 of file UIRecipeInfo.cs.
| UIText UIRecipeInfo.textCostSP |
Definition at line 497 of file UIRecipeInfo.cs.
| UIText UIRecipeInfo.textDetail |
Definition at line 482 of file UIRecipeInfo.cs.
| UIText UIRecipeInfo.textInfo |
Definition at line 488 of file UIRecipeInfo.cs.
| UIText UIRecipeInfo.textName |
Definition at line 479 of file UIRecipeInfo.cs.
| UIText UIRecipeInfo.textQuality |
Definition at line 491 of file UIRecipeInfo.cs.
| UIText UIRecipeInfo.textReqSkill |
Definition at line 494 of file UIRecipeInfo.cs.
|
get |
Definition at line 12 of file UIRecipeInfo.cs.