Skip to content

Commit

Permalink
Update return value in GetPauseMenuPosition
Browse files Browse the repository at this point in the history
  • Loading branch information
freedy69 committed Nov 21, 2023
1 parent 6ed2209 commit c1e35c2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions HUD/GetPauseMenuPosition.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,10 @@ aliases: ['0x5BFF36D6ED83E0AE', "_GET_PAUSE_MENU_CURSOR_POSITION"]

```c
// 0x5BFF36D6ED83E0AE
cs_type(Vector3) Vector2 GET_PAUSE_MENU_POSITION();
Vector3 GET_PAUSE_MENU_POSITION();
```


## Return value
Z is always 0.
This is used as a vector2, so Z is always 0.
Returns starting position coordinates of the Pause Menu's body component.

0 comments on commit c1e35c2

Please sign in to comment.