|
Elin Modding Docs Doc
|
Public Member Functions | |
| override void | OnAfterInit () |
| void | Reset () |
| override void | OnKill () |
| void | AddRandom () |
| void | Generate () |
| void | OnClickClear () |
| void | OnClickNextMode () |
| void | OnClickConfig () |
Public Member Functions inherited from ELayer | |
| 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 () |
Public Attributes | |
| HoardActor | actor |
| bool | autoList |
| int | autoNum |
| float | idleTimer |
| float | fadeSpeed |
| CanvasGroup | cg |
| UIText | textMode |
| UIText | textScore |
| UIText | textTime |
| UIButton[] | debugButtons |
| LayoutGroup | layoutMenu |
| int | v |
Properties | |
| Hoard | hoard [get] |
Properties inherited from ELayer | |
| 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] |
Additional Inherited Members | |
Static Public Member Functions inherited from ELayer | |
| static int | rnd (int a) |
Protected Member Functions inherited from ELayer | |
| override void | _Close () |
| override void | Kill () |
Definition at line 7 of file LayerHoard.cs.
| void LayerHoard.AddRandom | ( | ) |
Definition at line 143 of file LayerHoard.cs.
| void LayerHoard.Generate | ( | ) |
Definition at line 157 of file LayerHoard.cs.
| override void LayerHoard.OnAfterInit | ( | ) |
Definition at line 20 of file LayerHoard.cs.
| void LayerHoard.OnClickClear | ( | ) |
Definition at line 172 of file LayerHoard.cs.
| void LayerHoard.OnClickConfig | ( | ) |
Definition at line 188 of file LayerHoard.cs.
| void LayerHoard.OnClickNextMode | ( | ) |
Definition at line 180 of file LayerHoard.cs.
| override void LayerHoard.OnKill | ( | ) |
Definition at line 57 of file LayerHoard.cs.
| void LayerHoard.Reset | ( | ) |
Definition at line 50 of file LayerHoard.cs.
| HoardActor LayerHoard.actor |
Definition at line 227 of file LayerHoard.cs.
| bool LayerHoard.autoList |
Definition at line 230 of file LayerHoard.cs.
| int LayerHoard.autoNum |
Definition at line 233 of file LayerHoard.cs.
| CanvasGroup LayerHoard.cg |
Definition at line 242 of file LayerHoard.cs.
| UIButton [] LayerHoard.debugButtons |
Definition at line 254 of file LayerHoard.cs.
| float LayerHoard.fadeSpeed |
Definition at line 239 of file LayerHoard.cs.
| float LayerHoard.idleTimer |
Definition at line 236 of file LayerHoard.cs.
| LayoutGroup LayerHoard.layoutMenu |
Definition at line 257 of file LayerHoard.cs.
| UIText LayerHoard.textMode |
Definition at line 245 of file LayerHoard.cs.
| UIText LayerHoard.textScore |
Definition at line 248 of file LayerHoard.cs.
| UIText LayerHoard.textTime |
Definition at line 251 of file LayerHoard.cs.
| int LayerHoard.v |
Definition at line 263 of file LayerHoard.cs.
|
get |
Definition at line 11 of file LayerHoard.cs.