|
Elin Modding Docs Doc
|
Public Member Functions | |
| void | SetChara (Chara c, LayerGachaResult _layer) |
| int | GetMedal () |
| void | Confirm (bool add) |
Public Attributes | |
| UIButton | buttonGet |
| UIButton | buttonDump |
| Portrait | portrait |
| Chara | chara |
| UIText | textName |
| UIText | textBio |
| UIText | textJob |
| UIText | textDetail |
| UIText | textResult |
| UIText | textHobby |
| UIText | textWork |
| UIText | textLifeStyle |
| LayerGachaResult | layer |
| LayoutGroup | layoutTag |
Additional Inherited Members | |
Static Public Member Functions inherited from EMono | |
| static int | rnd (int a) |
Static Public Attributes inherited from EMono | |
| static Core | core |
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] |
Definition at line 7 of file ItemGachaResult.cs.
| void ItemGachaResult.Confirm | ( | bool | add | ) |
Definition at line 62 of file ItemGachaResult.cs.
| int ItemGachaResult.GetMedal | ( | ) |
Definition at line 56 of file ItemGachaResult.cs.
| void ItemGachaResult.SetChara | ( | Chara | c, |
| LayerGachaResult | _layer ) |
Definition at line 10 of file ItemGachaResult.cs.
| UIButton ItemGachaResult.buttonDump |
Definition at line 88 of file ItemGachaResult.cs.
| UIButton ItemGachaResult.buttonGet |
Definition at line 85 of file ItemGachaResult.cs.
| Chara ItemGachaResult.chara |
Definition at line 94 of file ItemGachaResult.cs.
| LayerGachaResult ItemGachaResult.layer |
Definition at line 121 of file ItemGachaResult.cs.
| LayoutGroup ItemGachaResult.layoutTag |
Definition at line 124 of file ItemGachaResult.cs.
| Portrait ItemGachaResult.portrait |
Definition at line 91 of file ItemGachaResult.cs.
| UIText ItemGachaResult.textBio |
Definition at line 100 of file ItemGachaResult.cs.
| UIText ItemGachaResult.textDetail |
Definition at line 106 of file ItemGachaResult.cs.
| UIText ItemGachaResult.textHobby |
Definition at line 112 of file ItemGachaResult.cs.
| UIText ItemGachaResult.textJob |
Definition at line 103 of file ItemGachaResult.cs.
| UIText ItemGachaResult.textLifeStyle |
Definition at line 118 of file ItemGachaResult.cs.
| UIText ItemGachaResult.textName |
Definition at line 97 of file ItemGachaResult.cs.
| UIText ItemGachaResult.textResult |
Definition at line 109 of file ItemGachaResult.cs.
| UIText ItemGachaResult.textWork |
Definition at line 115 of file ItemGachaResult.cs.