From 936858a06896cdd53565d5ebb5c9946a437e94fc Mon Sep 17 00:00:00 2001 From: Freddy <33939455+freedy69@users.noreply.github.com> Date: Mon, 2 Feb 2026 12:53:19 +0400 Subject: [PATCH] Document GetPauseMenuPosition Updated function name and aliases for clarity. --- HUD/GetPauseMenuCursorPosition.md | 17 ----------------- HUD/GetPauseMenuPosition.md | 14 ++++++++++++++ 2 files changed, 14 insertions(+), 17 deletions(-) delete mode 100644 HUD/GetPauseMenuCursorPosition.md create mode 100644 HUD/GetPauseMenuPosition.md diff --git a/HUD/GetPauseMenuCursorPosition.md b/HUD/GetPauseMenuCursorPosition.md deleted file mode 100644 index ff64937d4..000000000 --- a/HUD/GetPauseMenuCursorPosition.md +++ /dev/null @@ -1,17 +0,0 @@ ---- -ns: HUD -aliases: ["0x5BFF36D6ED83E0AE"] ---- -## _GET_PAUSE_MENU_CURSOR_POSITION - -```c -// 0x5BFF36D6ED83E0AE -Vector3 _GET_PAUSE_MENU_CURSOR_POSITION(); -``` - -Name between `GET_ONSCREEN_KEYBOARD_RESULT` and `GET_PAUSE_MENU_STATE`. Likely, `GET_PAUSE_MENU_*`. - - -## Return value -If the pause menu is open, it will return a Vector3, Z is always 0. -If the pause menu is closed, it will return Vector3.Zero diff --git a/HUD/GetPauseMenuPosition.md b/HUD/GetPauseMenuPosition.md new file mode 100644 index 000000000..c62f15b3d --- /dev/null +++ b/HUD/GetPauseMenuPosition.md @@ -0,0 +1,14 @@ +--- +ns: HUD +aliases: ["_GET_PAUSE_MENU_CURSOR_POSITION", "0x5BFF36D6ED83E0AE"] +--- +## GET_PAUSE_MENU_POSITION + +```c +// 0x5BFF36D6ED83E0AE +Vector3 GET_PAUSE_MENU_POSITION(); +``` + + +## Return value +This function returns the starting position (Top left) of the Pause Menu's body.