Elin Decompiled Documentation EA 23.102 Nightly
Loading...
Searching...
No Matches
HotItemTogglePage.cs
Go to the documentation of this file.
2{
3 public override string Name => "s_page".lang();
4
5 public override string TextTip => null;
6
7 public override string pathSprite => "icon_page";
8
9 public override void OnClick(ButtonHotItem b, Hotbar h)
10 {
11 if (!b)
12 {
13 SE.Beep();
14 return;
15 }
16 SE.ClickGeneral();
18 }
19}
WidgetHotbar widget
override string TextTip
override string Name
override string pathSprite
override void OnClick(ButtonHotItem b, Hotbar h)
Definition: Hotbar.cs:5
void SwitchPage()