From 70b6c9314bdbe3e0033b77f74ecc08970a476b8c Mon Sep 17 00:00:00 2001 From: itsneufox <156133096+itsneufox@users.noreply.github.com> Date: Sat, 17 Jan 2026 22:09:38 +0000 Subject: [PATCH] remove NPC_StopShoot bcz it doesnt exist --- frontend/docs/scripting/functions/NPC_IsShooting.md | 1 - .../current/scripting/functions/NPC_IsShooting.md | 1 - 2 files changed, 2 deletions(-) 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): 检查是否正在瞄准 ## 相关回调