commandblock.getCommand

 Note: The commandblock peripheral is disabled by default. You have to enable it in the config before using it.

ExampleGet command
Get Command and print it.
Code
<nowiki>
local commandblockr = peripheral.find("command")
print(commandblock.getCommand())
    </nowiki>
Output
kill @a

commandblock.getCommand
Function
Syntax
commandblock.getCommand()
Returns string command
API commandblock
Source CC:Tweaked (source)

Returns the command from a commandblock.

This article is issued from Computercraft. The text is licensed under Creative Commons - Attribution - Sharealike. Additional terms may apply for the media files.