Elin Modding Docs Doc
All Classes Namespaces
HotItemActionMode Class Reference
Inheritance diagram for HotItemActionMode:
HotItem

Public Member Functions

override void OnClick (ButtonHotItem b, Hotbar h)
 
override bool ShouldHighlight ()
 
- Public Member Functions inherited from HotItem
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)
 

Static Public Member Functions

static void Execute (string id)
 

Public Attributes

string id
 
- Public Attributes inherited from HotItem
ButtonHotItem button
 
Hotbar hotbar
 
bool disabled
 

Properties

override string Name [get]
 
override string pathSprite [get]
 
override bool KeepVisibleWhenHighlighted [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 5 of file HotItemActionMode.cs.

Member Function Documentation

◆ Execute()

static void HotItemActionMode.Execute ( string id)
static

Definition at line 38 of file HotItemActionMode.cs.

◆ OnClick()

override void HotItemActionMode.OnClick ( ButtonHotItem b,
Hotbar h )
virtual

Reimplemented from HotItem.

Definition at line 270 of file HotItemActionMode.cs.

◆ ShouldHighlight()

override bool HotItemActionMode.ShouldHighlight ( )

Definition at line 276 of file HotItemActionMode.cs.

Member Data Documentation

◆ id

string HotItemActionMode.id

Definition at line 426 of file HotItemActionMode.cs.

Property Documentation

◆ KeepVisibleWhenHighlighted

override bool HotItemActionMode.KeepVisibleWhenHighlighted
get

Definition at line 29 of file HotItemActionMode.cs.

◆ Name

override string HotItemActionMode.Name
get

Definition at line 9 of file HotItemActionMode.cs.

◆ pathSprite

override string HotItemActionMode.pathSprite
get

Definition at line 19 of file HotItemActionMode.cs.


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