Skip to content

Commit 48724b1

Browse files
tweak(native/ad): set correct name (#1208)
* tweak(native/ad): set correct name * Update PAD/GetLocalPlayerGamepadAimState.md Co-authored-by: Dillon Skaggs <dillon@dillonskaggs.dev> * Update PAD/GetLocalPlayerGamepadAimState.md Co-authored-by: Dillon Skaggs <dillon@dillonskaggs.dev> * fix: alias should keep underscore --------- Co-authored-by: Dillon Skaggs <dillon@dillonskaggs.dev>
1 parent 96d127f commit 48724b1

File tree

2 files changed

+15
-16
lines changed

2 files changed

+15
-16
lines changed

PAD/GetLocalPlayerAimState_2.md

Lines changed: 0 additions & 16 deletions
This file was deleted.
Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
---
2+
ns: PAD
3+
aliases: ["0x59B9A7AF4C95133C", "_GET_LOCAL_PLAYER_AIM_STATE_2"]
4+
---
5+
## GET_LOCAL_PLAYER_GAMEPAD_AIM_STATE
6+
7+
```c
8+
// 0x59B9A7AF4C95133C
9+
int GET_LOCAL_PLAYER_GAMEPAD_AIM_STATE();
10+
```
11+
12+
Same behavior as [`GET_LOCAL_PLAYER_AIM_STATE`](#_0xBB41AFBBBC0A0287) but will also return if player using a keyboard.
13+
14+
## Return value
15+
Returns the local player's targeting mode. See [`SET_PLAYER_TARGETING_MODE`](#_0xB1906895227793F3).

0 commit comments

Comments
 (0)