From 71d5e2db44e5de3dd3cfe851b90e75cb826e86a4 Mon Sep 17 00:00:00 2001 From: PsychoShock <94499608+PsychoShock@users.noreply.github.com> Date: Mon, 30 Sep 2024 23:57:54 -0400 Subject: [PATCH] tweak(native/ad): set correct name --- PAD/GetLocalPlayerAimState_2.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/PAD/GetLocalPlayerAimState_2.md b/PAD/GetLocalPlayerAimState_2.md index 53a241100..2b576429f 100644 --- a/PAD/GetLocalPlayerAimState_2.md +++ b/PAD/GetLocalPlayerAimState_2.md @@ -1,8 +1,8 @@ --- 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 @@ -10,7 +10,7 @@ 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