Link /computercraft queue and computer_command docs

This commit is contained in:
Jonathan Coates
2026-05-18 15:21:04 +01:00
parent 432214f70a
commit 3e7ce15ba6
2 changed files with 3 additions and 2 deletions
+2 -1
View File
@@ -8,7 +8,8 @@ SPDX-FileCopyrightText: 2021 The CC: Tweaked Developers
SPDX-License-Identifier: MPL-2.0
-->
The [`computer_command`] event is fired when the `/computercraft queue` command is run for the current computer.
The [`computer_command`] event is fired when the [`/computercraft queue` command](../reference/computercraft_command.html#queue)
is run for the current command computer.
## Return Values
1. [`string`]: The event name.
+1 -1
View File
@@ -122,7 +122,7 @@ usage. The `dump` subcommand accepts a list of other fields to display, instead
### `/computercraft queue` {#queue}
The queue subcommand allows non-operator players to queue a `computer_command` event on *command* computers.
The queue subcommand allows non-operator players to queue a [`computer_command`] event on *command* computers.
This has a similar purpose to vanilla's [`/trigger`] command. Command computers may choose to listen to this event, and
then perform some action.