Elin Modding Docs Doc
Loading...
Searching...
No Matches
HotItemContext Class Reference
Inheritance diagram for HotItemContext:
HotItem

Public Member Functions

override void OnHover (UIButton b)
 
override void OnClick (UIButton b)
 
override void OnShowContextMenu (UIContextMenu m)
 
- Public Member Functions inherited from HotItem
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
 
- Public Attributes inherited from HotItem
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]
 
- Properties inherited from HotItem
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]
 

Detailed Description

Definition at line 8 of file HotItemContext.cs.

Member Function Documentation

◆ OnClick()

override void HotItemContext.OnClick ( UIButton b)

Definition at line 79 of file HotItemContext.cs.

◆ OnHover()

override void HotItemContext.OnHover ( UIButton b)

Definition at line 69 of file HotItemContext.cs.

◆ OnShowContextMenu()

override void HotItemContext.OnShowContextMenu ( UIContextMenu m)

Definition at line 89 of file HotItemContext.cs.

◆ Show()

static void HotItemContext.Show ( string id,
Vector3 pos )
static

Definition at line 98 of file HotItemContext.cs.

Member Data Documentation

◆ autoExpand

bool HotItemContext.autoExpand

Definition at line 314 of file HotItemContext.cs.

◆ id

string HotItemContext.id

Definition at line 310 of file HotItemContext.cs.

Property Documentation

◆ AutoExpand

bool HotItemContext.AutoExpand
get

Definition at line 60 of file HotItemContext.cs.

◆ Name

override string HotItemContext.Name
get

Definition at line 12 of file HotItemContext.cs.

◆ pathSprite

override string HotItemContext.pathSprite
get

Definition at line 32 of file HotItemContext.cs.

◆ TextTip

override string HotItemContext.TextTip
get

Definition at line 22 of file HotItemContext.cs.

◆ Transition

override Selectable.Transition HotItemContext.Transition
get

Definition at line 46 of file HotItemContext.cs.


The documentation for this class was generated from the following file: