Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

tweak(native/ad): set correct name #1208

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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_GAMEPAD_AIM_STATE();
```

```
Same behavior as [`GET_LOCAL_PLAYER_AIM_STATE`](#_0xBB41AFBBBC0A0287) but will also return if player using a keyboard.
```

## Return value
PsychoShock marked this conversation as resolved.
Show resolved Hide resolved
Loading