File tree Expand file tree Collapse file tree 4 files changed +26
-29
lines changed
Expand file tree Collapse file tree 4 files changed +26
-29
lines changed Load Diff This file was deleted.
Original file line number Diff line number Diff line change 1+ ---
2+ ns : HUD
3+ aliases : ["0x359AF31A4B52F5ED", "_PAUSE_MENU_GET_INDEX_OF_MOUSE_HOVERED_SLOT"]
4+ ---
5+ ## PAUSE_MENU_GET_MOUSE_HOVER_INDEX
6+
7+ ``` c
8+ // 0x359AF31A4B52F5ED
9+ int PAUSE_MENU_GET_MOUSE_HOVER_INDEX ();
10+ ```
11+
12+ ## Return value
13+ Returns the index of a menu item the mouse is hovering on in Pause Menu. -1 if nothing is being hovered on.
Original file line number Diff line number Diff line change 1+ ---
2+ ns : HUD
3+ aliases : ["0x13C4B962653A5280", "_PAUSE_MENU_GET_UNIQUE_ID_OF_MOUSE_HOVERED_SLOT"]
4+ ---
5+ ## PAUSE_MENU_GET_MOUSE_HOVER_UNIQUE_ID
6+
7+ ``` c
8+ // 0x13C4B962653A5280
9+ int PAUSE_MENU_GET_MOUSE_HOVER_UNIQUE_ID ();
10+ ```
11+
12+ ## Return value
13+ Returns the uniqueID of the pause menu item the mouse is hovering on. -1 if the mouse isn't rolled over any item.
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments