Elin Modding Docs Doc
|
Classes | |
class | Item |
Public Member Functions | |
HotItemEQSet | Register () |
override void | Perform () |
override void | OnShowContextMenu (UIContextMenu m) |
![]() | |
override void | OnClick (ButtonHotItem b, Hotbar h) |
override void | OnShowContextMenu (UIContextMenu m) |
![]() | |
string | TextHotkey () |
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) |
Public Attributes | |
List< int > | ids = new List<int>() |
![]() | |
int | _bgColor |
string | text |
![]() | |
ButtonHotItem | button |
Hotbar | hotbar |
bool | disabled |
Properties | |
override string | Id [get] |
override bool | CanChangeIconColor [get] |
override string | TextTip [get] |
![]() | |
Color | bgColor [get, set] |
override Color | SpriteColor [get] |
virtual string | Id [get] |
virtual bool | CanChangeIconColor [get] |
virtual bool | CanName [get] |
override string | Name [get] |
override string | pathSprite [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 6 of file HotItemEQSet.cs.
override void HotItemEQSet.OnShowContextMenu | ( | UIContextMenu | m | ) |
Definition at line 125 of file HotItemEQSet.cs.
|
virtual |
Reimplemented from HotAction.
Definition at line 65 of file HotItemEQSet.cs.
HotItemEQSet HotItemEQSet.Register | ( | ) |
Definition at line 50 of file HotItemEQSet.cs.
List<int> HotItemEQSet.ids = new List<int>() |
Definition at line 136 of file HotItemEQSet.cs.
|
get |
Definition at line 20 of file HotItemEQSet.cs.
|
get |
Definition at line 10 of file HotItemEQSet.cs.
|
get |
Definition at line 30 of file HotItemEQSet.cs.