From eff7210cbda5beb80511b9e114a32097c0fa37ef Mon Sep 17 00:00:00 2001 From: pauliustautkus17-ui Date: Thu, 12 Feb 2026 06:25:42 +0200 Subject: [PATCH] Revert "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 insertions(+) diff --git a/frontend/docs/scripting/functions/NPC_IsShooting.md b/frontend/docs/scripting/functions/NPC_IsShooting.md index 6fd9b837c09..541ad908b29 100644 --- a/frontend/docs/scripting/functions/NPC_IsShooting.md +++ b/frontend/docs/scripting/functions/NPC_IsShooting.md @@ -51,6 +51,7 @@ 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 978193cbbbb..68e49f7ca00 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,6 +51,7 @@ public OnPlayerCommandText(playerid, cmdtext[]) - [NPC_Shoot](NPC_Shoot): 让 NPC 射击 - [NPC_AimAt](NPC_AimAt): 让 NPC 瞄准并射击 +- [NPC_StopShoot](NPC_StopShoot): 停止 NPC 射击 - [NPC_IsAiming](NPC_IsAiming): 检查是否正在瞄准 ## 相关回调