diff --git a/HUD/PauseMenuGetIndexOfMouseHoveredSlot.md b/HUD/PauseMenuGetIndexOfMouseHoveredSlot.md deleted file mode 100644 index 8357124ce..000000000 --- a/HUD/PauseMenuGetIndexOfMouseHoveredSlot.md +++ /dev/null @@ -1,14 +0,0 @@ ---- -ns: HUD -aliases: ["0x359AF31A4B52F5ED"] ---- -## _PAUSE_MENU_GET_INDEX_OF_MOUSE_HOVERED_SLOT - -```c -// 0x359AF31A4B52F5ED -int _PAUSE_MENU_GET_INDEX_OF_MOUSE_HOVERED_SLOT(); -``` - -If mouse is hovering on a slot, it returns the slot's index, else it returns -1. - -## Return value diff --git a/HUD/PauseMenuGetMouseHoverIndex.md b/HUD/PauseMenuGetMouseHoverIndex.md new file mode 100644 index 000000000..38fca23bf --- /dev/null +++ b/HUD/PauseMenuGetMouseHoverIndex.md @@ -0,0 +1,13 @@ +--- +ns: HUD +aliases: ["0x359AF31A4B52F5ED", "_PAUSE_MENU_GET_INDEX_OF_MOUSE_HOVERED_SLOT"] +--- +## PAUSE_MENU_GET_MOUSE_HOVER_INDEX + +```c +// 0x359AF31A4B52F5ED +int PAUSE_MENU_GET_MOUSE_HOVER_INDEX(); +``` + +## Return value +Returns the index of a menu item the mouse is hovering on in Pause Menu. -1 if nothing is being hovered on. diff --git a/HUD/PauseMenuGetMouseHoverUniqueId.md b/HUD/PauseMenuGetMouseHoverUniqueId.md new file mode 100644 index 000000000..8e54b2b76 --- /dev/null +++ b/HUD/PauseMenuGetMouseHoverUniqueId.md @@ -0,0 +1,13 @@ +--- +ns: HUD +aliases: ["0x13C4B962653A5280", "_PAUSE_MENU_GET_UNIQUE_ID_OF_MOUSE_HOVERED_SLOT"] +--- +## PAUSE_MENU_GET_MOUSE_HOVER_UNIQUE_ID + +```c +// 0x13C4B962653A5280 +int PAUSE_MENU_GET_MOUSE_HOVER_UNIQUE_ID(); +``` + +## Return value +Returns the uniqueID of the pause menu item the mouse is hovering on. -1 if the mouse isn't rolled over any item. diff --git a/HUD/PauseMenuGetUniqueIdOfMouseHoveredSlot.md b/HUD/PauseMenuGetUniqueIdOfMouseHoveredSlot.md deleted file mode 100644 index cf88bb52a..000000000 --- a/HUD/PauseMenuGetUniqueIdOfMouseHoveredSlot.md +++ /dev/null @@ -1,15 +0,0 @@ ---- -ns: HUD -aliases: ["0x13C4B962653A5280"] ---- -## _PAUSE_MENU_GET_UNIQUE_ID_OF_MOUSE_HOVERED_SLOT - -```c -// 0x13C4B962653A5280 -int _PAUSE_MENU_GET_UNIQUE_ID_OF_MOUSE_HOVERED_SLOT(); -``` - -If mouse is hovering on a slot, it returns uniqueid of that slot, else it returns -1. - -## Return value -