Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 0 additions & 1 deletion frontend/docs/scripting/functions/NPC_IsShooting.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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): 检查是否正在瞄准

## 相关回调
Expand Down