Elin Modding Docs Doc
|
Classes | |
class | Data |
Public Types | |
enum | Mode { Chara } |
Public Member Functions | |
void | PlayGacha (int n, string id) |
void | Refresh () |
![]() | |
override void | OnBeforeAddLayer () |
void | InitInspector () |
override void | Init () |
override void | OnAfterAddLayer () |
void | TryShowHelp () |
void | AddLayerToUI (string id) |
void | TryShowHint (string _langHint=null) |
void | TalkHomeMemeber (string id) |
void | TalkMaid (string id) |
override void | OnRightClick () |
Static Public Member Functions | |
static Chara | Draw (string id="citizen") |
![]() | |
static int | rnd (int a) |
Public Attributes | |
ItemGachaResult | moldItem |
LayoutGroup | layout |
UIButton | buttonGetAll |
UIButton | buttonDumpAll |
LayerGachaResult.Mode | mode |
List< ItemGachaResult > | items = new List<ItemGachaResult>() |
Additional Inherited Members | |
![]() | |
override void | _Close () |
override void | Kill () |
![]() | |
static Core | core [get] |
static Game | game [get] |
static bool | AdvMode [get] |
static Player | player [get] |
static Chara | pc [get] |
static FactionBranch | Branch [get] |
static Faction | Home [get] |
static UI | ui [get] |
static Map | _map [get] |
static Zone | _zone [get] |
static Scene | scene [get] |
static BaseGameScreen | screen [get] |
static CoreConfig | config [get] |
static GameSetting | setting [get] |
static ColorProfile | Colors [get] |
static SourceManager | sources [get] |
static World | world [get] |
static SoundManager | Sound [get] |
static CoreDebug | debug [get] |
bool | IsFloat [get] |
virtual string | IdHelp [get] |
Definition at line 6 of file LayerGachaResult.cs.
enum LayerGachaResult.Mode |
Definition at line 147 of file LayerGachaResult.cs.
|
static |
Definition at line 43 of file LayerGachaResult.cs.
void LayerGachaResult.PlayGacha | ( | int | n, |
string | id ) |
Definition at line 9 of file LayerGachaResult.cs.
void LayerGachaResult.Refresh | ( | ) |
Definition at line 118 of file LayerGachaResult.cs.
UIButton LayerGachaResult.buttonDumpAll |
Definition at line 138 of file LayerGachaResult.cs.
UIButton LayerGachaResult.buttonGetAll |
Definition at line 135 of file LayerGachaResult.cs.
List<ItemGachaResult> LayerGachaResult.items = new List<ItemGachaResult>() |
Definition at line 144 of file LayerGachaResult.cs.
LayoutGroup LayerGachaResult.layout |
Definition at line 132 of file LayerGachaResult.cs.
LayerGachaResult.Mode LayerGachaResult.mode |
Definition at line 141 of file LayerGachaResult.cs.
ItemGachaResult LayerGachaResult.moldItem |
Definition at line 129 of file LayerGachaResult.cs.