Elin Modding Docs Doc
|
Public Member Functions | |
void | SetItem (SourceElement.Row act) |
LayerRegisterHotbar | SetItem (Thing t) |
void | SetItem (Chara c) |
LayerRegisterHotbar | SetItem (HotItem item) |
void | Show () |
ButtonHotItem | GetButton () |
bool | OnEndDrag () |
override void | OnKill () |
![]() | |
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 | |
Image | moldCover |
Additional Inherited Members | |
![]() | |
static int | rnd (int a) |
![]() | |
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 7 of file LayerRegisterHotbar.cs.
ButtonHotItem LayerRegisterHotbar.GetButton | ( | ) |
Definition at line 61 of file LayerRegisterHotbar.cs.
bool LayerRegisterHotbar.OnEndDrag | ( | ) |
Definition at line 77 of file LayerRegisterHotbar.cs.
override void LayerRegisterHotbar.OnKill | ( | ) |
Definition at line 89 of file LayerRegisterHotbar.cs.
void LayerRegisterHotbar.SetItem | ( | Chara | c | ) |
Definition at line 25 of file LayerRegisterHotbar.cs.
LayerRegisterHotbar LayerRegisterHotbar.SetItem | ( | HotItem | item | ) |
Definition at line 34 of file LayerRegisterHotbar.cs.
void LayerRegisterHotbar.SetItem | ( | SourceElement.Row | act | ) |
Definition at line 10 of file LayerRegisterHotbar.cs.
LayerRegisterHotbar LayerRegisterHotbar.SetItem | ( | Thing | t | ) |
Definition at line 19 of file LayerRegisterHotbar.cs.
void LayerRegisterHotbar.Show | ( | ) |
Definition at line 42 of file LayerRegisterHotbar.cs.
Image LayerRegisterHotbar.moldCover |
Definition at line 104 of file LayerRegisterHotbar.cs.