-
Notifications
You must be signed in to change notification settings - Fork 1.9k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
9690545
commit 71d5e2d
Showing
1 changed file
with
3 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |