|
Elin Modding Docs Doc
|
Public Member Functions | |
| override void | OnAfterInit () |
| void | Refresh () |
| void | SetButton (Hoard.Item a, UIButton b) |
| void | RefreshInfo (UIButton button, bool force=false) |
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 | |
| UIList | list |
| UIText | textName |
| UIText | textDetail |
| UIButton | selected |
| UIButton | lastShown |
| Image | imageItem |
| Vector3 | contextFix |
| Func< Hoard.Item, bool > | onClick |
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 6 of file LayerCollectible.cs.
| override void LayerCollectible.OnAfterInit | ( | ) |
Definition at line 19 of file LayerCollectible.cs.
| void LayerCollectible.Refresh | ( | ) |
Definition at line 29 of file LayerCollectible.cs.
| void LayerCollectible.RefreshInfo | ( | UIButton | button, |
| bool | force = false ) |
Definition at line 107 of file LayerCollectible.cs.
| void LayerCollectible.SetButton | ( | Hoard.Item | a, |
| UIButton | b ) |
Definition at line 93 of file LayerCollectible.cs.
| Vector3 LayerCollectible.contextFix |
Definition at line 145 of file LayerCollectible.cs.
| Image LayerCollectible.imageItem |
Definition at line 142 of file LayerCollectible.cs.
| UIButton LayerCollectible.lastShown |
Definition at line 139 of file LayerCollectible.cs.
| UIList LayerCollectible.list |
Definition at line 127 of file LayerCollectible.cs.
| Func<Hoard.Item, bool> LayerCollectible.onClick |
Definition at line 148 of file LayerCollectible.cs.
| UIButton LayerCollectible.selected |
Definition at line 136 of file LayerCollectible.cs.
| UIText LayerCollectible.textDetail |
Definition at line 133 of file LayerCollectible.cs.
| UIText LayerCollectible.textName |
Definition at line 130 of file LayerCollectible.cs.
|
get |
Definition at line 10 of file LayerCollectible.cs.