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 committed Oct 1, 2024
1 parent 9690545 commit 6be77f0
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 16 deletions.
16 changes: 0 additions & 16 deletions PAD/GetLocalPlayerAimState_2.md

This file was deleted.

16 changes: 16 additions & 0 deletions PAD/GetLocalPlayerGamepadAimState.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
---
ns: PAD
aliases: ["0x59B9A7AF4C95133C", "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`](#_0xBB41AFBBBC0A0287) but will also return if player using a keyboard.
```

## Return value

0 comments on commit 6be77f0

Please sign in to comment.