Elin Modding Docs Doc
|
Public Member Functions | |
override void | OnHover (UIButton b) |
override void | OnClick (UIButton b) |
override void | OnShowContextMenu (UIContextMenu m) |
![]() | |
string | TextHotkey () |
virtual void | OnClick (ButtonHotItem b, Hotbar h) |
virtual void | OnRightClick (ButtonHotItem b) |
virtual bool | CanAutoFire (Chara tg) |
virtual void | OnSetCurrentItem () |
virtual void | OnUnsetCurrentItem () |
virtual void | OnUnselect () |
virtual void | SetImage (Image icon) |
virtual bool | TrySetAct (ActPlan p) |
virtual void | OnMarkMapHighlights () |
virtual void | OnRenderTile (Point point, HitResult result, int dir) |
Static Public Member Functions | |
static void | Show (string id, Vector3 pos) |
Public Attributes | |
string | id |
bool | autoExpand |
![]() | |
ButtonHotItem | button |
Hotbar | hotbar |
bool | disabled |
Properties | |
override string | Name [get] |
override string | TextTip [get] |
override string | pathSprite [get] |
override Selectable.Transition | Transition [get] |
bool | AutoExpand [get] |
![]() | |
override Sprite | SpriteHighlight [get] |
override bool | IsSelectable [get] |
override string | TextTip [get] |
virtual Thing | RenderThing [get] |
virtual Thing | Thing [get] |
virtual Thing | Tool [get] |
virtual bool | IsTool [get] |
virtual bool | LookAtMouse [get] |
virtual bool | IsGameAction [get] |
virtual bool | UseUIObjMaterial [get] |
Definition at line 8 of file HotItemContext.cs.
override void HotItemContext.OnClick | ( | UIButton | b | ) |
Definition at line 79 of file HotItemContext.cs.
override void HotItemContext.OnHover | ( | UIButton | b | ) |
Definition at line 69 of file HotItemContext.cs.
override void HotItemContext.OnShowContextMenu | ( | UIContextMenu | m | ) |
Definition at line 89 of file HotItemContext.cs.
|
static |
Definition at line 98 of file HotItemContext.cs.
bool HotItemContext.autoExpand |
Definition at line 314 of file HotItemContext.cs.
string HotItemContext.id |
Definition at line 310 of file HotItemContext.cs.
|
get |
Definition at line 60 of file HotItemContext.cs.
|
get |
Definition at line 12 of file HotItemContext.cs.
|
get |
Definition at line 32 of file HotItemContext.cs.
|
get |
Definition at line 22 of file HotItemContext.cs.
|
get |
Definition at line 46 of file HotItemContext.cs.