diff --git a/PAD/GetLocalPlayerAimState_2.md b/PAD/GetLocalPlayerAimState_2.md deleted file mode 100644 index 53a241100..000000000 --- a/PAD/GetLocalPlayerAimState_2.md +++ /dev/null @@ -1,16 +0,0 @@ ---- -ns: PAD -aliases: ["0x59B9A7AF4C95133C"] ---- -## _GET_LOCAL_PLAYER_AIM_STATE_2 - -```c -// 0x59B9A7AF4C95133C -int _GET_LOCAL_PLAYER_AIM_STATE_2(); -``` - -``` -Same behavior as GET_LOCAL_PLAYER_AIM_STATE but only used on the PC version. -``` - -## Return value diff --git a/PAD/GetLocalPlayerGamepadAimState.md b/PAD/GetLocalPlayerGamepadAimState.md new file mode 100644 index 000000000..616b93d88 --- /dev/null +++ b/PAD/GetLocalPlayerGamepadAimState.md @@ -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