Skip to content

Commit

Permalink
tweak(native/ad): set correct name
Browse files Browse the repository at this point in the history
  • Loading branch information
PsychoShock authored Oct 1, 2024
1 parent 9690545 commit 71d5e2d
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions PAD/GetLocalPlayerAimState_2.md
Original file line number Diff line number Diff line change
@@ -1,16 +1,16 @@
---
ns: PAD
aliases: ["0x59B9A7AF4C95133C"]
aliases: ["0x59B9A7AF4C95133C", "GET_LOCAL_PLAYER_AIM_STATE_2"]
---
## _GET_LOCAL_PLAYER_AIM_STATE_2
## GET_LOCAL_PLAYER_GAMEPAD_AIM_STATE

```c
// 0x59B9A7AF4C95133C
int _GET_LOCAL_PLAYER_AIM_STATE_2();
```

```
Same behavior as GET_LOCAL_PLAYER_AIM_STATE but only used on the PC version.
Same behavior as [`GET_LOCAL_PLAYER_AIM_STATE`](#_0xBB41AFBBBC0A0287) but will alos return if player using a keyboard.
```

## Return value

0 comments on commit 71d5e2d

Please sign in to comment.