Elin Decompiled Documentation EA 23.102 Nightly
|
Public Member Functions | |
void | OnClickCorner () |
void | OnClick () |
void | Refresh () |
Public Attributes | |
Image | image |
UIButton | button |
string | id |
bool | rightClick |
bool | windowCorner |
Static Public Attributes | |
static Sprite | lastCorner |
![]() | |
static Core | core |
Private Member Functions | |
void | Awake () |
Private Attributes | |
Sprite | original |
Additional Inherited Members | |
![]() | |
static int | rnd (int a) |
![]() | |
static Game | game [get] |
static bool | AdvMode [get] |
static Player | player [get] |
static Chara | pc [get] |
static UI | ui [get] |
static Map | _map [get] |
static Zone | _zone [get] |
static FactionBranch | Branch [get] |
static FactionBranch | BranchOrHomeBranch [get] |
static Faction | Home [get] |
static Scene | scene [get] |
static BaseGameScreen | screen [get] |
static GameSetting | setting [get] |
static GameData | gamedata [get] |
static ColorProfile | Colors [get] |
static World | world [get] |
static SoundManager | Sound [get] |
static SourceManager | sources [get] |
static SourceManager | editorSources [get] |
static CoreDebug | debug [get] |
Definition at line 4 of file UIHangIcon.cs.
|
inlineprivate |
Definition at line 20 of file UIHangIcon.cs.
References button, image, OnClick(), original, Refresh(), and rightClick.
|
inline |
Definition at line 39 of file UIHangIcon.cs.
References ActionMode.Activate(), ButtonState.Consume(), EMono.core, ActionMode.DefaultMode, Player.hangIcons, id, Core.IsGameStarted, EMono.player, Refresh(), EInput.rightMouse, and EMono.ui.
Referenced by Awake().
|
inline |
Definition at line 34 of file UIHangIcon.cs.
|
inline |
Definition at line 68 of file UIHangIcon.cs.
References Core.config, EMono.core, CoreConfig.UISetting.cornerHoard, Hoard.GetSprite(), Player.hangIcons, Player.hoard, image, Core.Instance, Core.IsGameStarted, Hoard.items, lastCorner, EMono.player, Core.refs, CoreRef.spritesCorner, CoreConfig.ui, and windowCorner.
Referenced by Awake(), UI.OnActivateZone(), and OnClick().
UIButton UIHangIcon.button |
Definition at line 8 of file UIHangIcon.cs.
Referenced by Awake().
string UIHangIcon.id |
Definition at line 10 of file UIHangIcon.cs.
Referenced by OnClick().
Image UIHangIcon.image |
Definition at line 6 of file UIHangIcon.cs.
|
static |
Definition at line 18 of file UIHangIcon.cs.
Referenced by Refresh().
|
private |
Definition at line 16 of file UIHangIcon.cs.
Referenced by Awake().
bool UIHangIcon.rightClick |
Definition at line 12 of file UIHangIcon.cs.
Referenced by Awake().
bool UIHangIcon.windowCorner |
Definition at line 14 of file UIHangIcon.cs.
Referenced by Refresh().