computer_command event
computer_command Event | |
---|---|
Returns
| |
Source | CC:Tweaked |
Triggered when the /computer
command is used.
|
|||
Prints messages sent via /computer <id> <msg> |
|||
Code | <nowiki>
while true do
local event = { os.pullEvent('computer_command') }
print(table.unpack(event))
end
</nowiki>
|
This article is issued from Computercraft. The text is licensed under Creative Commons - Attribution - Sharealike. Additional terms may apply for the media files.