Skip to content

Commit fe93fbe

Browse files
authored
Use real name for pause menu mouse natives (#1313)
* Use real name for pause menu mouse natives * Document PAUSE_MENU_GET_MOUSE_HOVER_UNIQUE_ID as well
1 parent 91f7c88 commit fe93fbe

File tree

4 files changed

+26
-29
lines changed

4 files changed

+26
-29
lines changed

HUD/PauseMenuGetIndexOfMouseHoveredSlot.md

Lines changed: 0 additions & 14 deletions
This file was deleted.

HUD/PauseMenuGetMouseHoverIndex.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
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.
Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
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.

HUD/PauseMenuGetUniqueIdOfMouseHoveredSlot.md

Lines changed: 0 additions & 15 deletions
This file was deleted.

0 commit comments

Comments
 (0)