mirror of
https://github.com/SquidDev-CC/CC-Tweaked
synced 2026-09-10 19:35:44 +00:00
Link /computercraft queue and computer_command docs
This commit is contained in:
@@ -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.
|
||||
|
||||
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user