This is a read-only snapshot of the ComputerCraft forums, taken in April 2020.
signum1221's profile picture

Somebody Can Tell Me All The Functions?

Started by signum1221, 08 February 2012 - 06:42 PM
signum1221 #1
Posted 08 February 2012 - 07:42 PM
Well i can't find a function list of fuctions avalible on cc, i dont need descriptions of how to use or what they do i wamt to try myself, please somebody can give me the list?
Sorry my english.
arongy #2
Posted 08 February 2012 - 11:09 PM
print("text")
write("text")
sleep(100)
rs.setOutput("side", true)
rs.getInput("side")
rs.setBundledOutput("side", colors.blue, true)
rs.getBundledOutput("side")
os.shutdown()
os.reboot()
term.clear()
term.setCursorPos(1,1)
textutils.slowPrint ("text")
shell.run ("program")
read()
Casper7526 #3
Posted 09 February 2012 - 12:23 AM
there are LOTS of functions

most of them are normal LUA functions

the ones that arn't are documented in the help files of the computer

help os
help io
help fs
help redstone
ectectect
signum1221 #4
Posted 09 February 2012 - 09:39 AM
Thanks ^^