Elin Decompiled Documentation
EA 23.102 Nightly
Loading...
Searching...
No Matches
HotItemGameAction.cs
Go to the documentation of this file.
1
public
class
HotItemGameAction
:
HotItem
2
{
3
public
virtual
Act
act
=>
null
;
4
5
public
override
bool
IsGameAction
=>
true
;
6
7
public
override
void
OnClick
(
ButtonHotItem
b,
Hotbar
h)
8
{
9
hotbar
.
Select
(
this
);
10
}
11
12
public
override
void
OnRightClick
(
ButtonHotItem
b)
13
{
14
hotbar
.
Select
(
this
);
15
}
16
17
public
override
void
OnMarkMapHighlights
()
18
{
19
if
(
act
!=
null
)
20
{
21
act
.
OnMarkMapHighlights
();
22
}
23
}
24
}
Act
Definition:
ACT.cs:62
Act.OnMarkMapHighlights
virtual void OnMarkMapHighlights()
Definition:
ACT.cs:467
ButtonHotItem
Definition:
ButtonHotItem.cs:6
HotItemGameAction
Definition:
HotItemGameAction.cs:2
HotItemGameAction.act
virtual Act act
Definition:
HotItemGameAction.cs:3
HotItemGameAction.IsGameAction
override bool IsGameAction
Definition:
HotItemGameAction.cs:5
HotItemGameAction.OnRightClick
override void OnRightClick(ButtonHotItem b)
Definition:
HotItemGameAction.cs:12
HotItemGameAction.OnClick
override void OnClick(ButtonHotItem b, Hotbar h)
Definition:
HotItemGameAction.cs:7
HotItemGameAction.OnMarkMapHighlights
override void OnMarkMapHighlights()
Definition:
HotItemGameAction.cs:17
HotItem
Definition:
HotItem.cs:5
HotItem.hotbar
Hotbar hotbar
Definition:
HotItem.cs:8
Hotbar
Definition:
Hotbar.cs:5
Hotbar.Select
void Select(HotItem item)
Definition:
Hotbar.cs:199
Elin
HotItemGameAction.cs
Generated by
1.9.6