diff --git a/frontend/docs/scripting/functions/NPC_IsShooting.md b/frontend/docs/scripting/functions/NPC_IsShooting.md index 541ad908b29..6fd9b837c09 100644 --- a/frontend/docs/scripting/functions/NPC_IsShooting.md +++ b/frontend/docs/scripting/functions/NPC_IsShooting.md @@ -51,7 +51,6 @@ public OnPlayerCommandText(playerid, cmdtext[]) - [NPC_Shoot](NPC_Shoot): Make NPC shoot - [NPC_AimAt](NPC_AimAt): Make NPC aim and shoot -- [NPC_StopShoot](NPC_StopShoot): Stop NPC shooting - [NPC_IsAiming](NPC_IsAiming): Check if aiming ## Related Callbacks diff --git a/frontend/i18n/zh-CN/docusaurus-plugin-content-docs/current/scripting/functions/NPC_IsShooting.md b/frontend/i18n/zh-CN/docusaurus-plugin-content-docs/current/scripting/functions/NPC_IsShooting.md index 68e49f7ca00..978193cbbbb 100644 --- a/frontend/i18n/zh-CN/docusaurus-plugin-content-docs/current/scripting/functions/NPC_IsShooting.md +++ b/frontend/i18n/zh-CN/docusaurus-plugin-content-docs/current/scripting/functions/NPC_IsShooting.md @@ -51,7 +51,6 @@ public OnPlayerCommandText(playerid, cmdtext[]) - [NPC_Shoot](NPC_Shoot): 让 NPC 射击 - [NPC_AimAt](NPC_AimAt): 让 NPC 瞄准并射击 -- [NPC_StopShoot](NPC_StopShoot): 停止 NPC 射击 - [NPC_IsAiming](NPC_IsAiming): 检查是否正在瞄准 ## 相关回调