Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
14 changes: 0 additions & 14 deletions HUD/PauseMenuGetIndexOfMouseHoveredSlot.md

This file was deleted.

13 changes: 13 additions & 0 deletions HUD/PauseMenuGetMouseHoverIndex.md
Original file line number Diff line number Diff line change
@@ -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.
13 changes: 13 additions & 0 deletions HUD/PauseMenuGetMouseHoverUniqueId.md
Original file line number Diff line number Diff line change
@@ -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.
15 changes: 0 additions & 15 deletions HUD/PauseMenuGetUniqueIdOfMouseHoveredSlot.md

This file was deleted.

Loading