2 posts
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.
37 posts
Location
Quebec, Canada
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()
411 posts
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
2 posts
Posted 09 February 2012 - 09:39 AM
Thanks ^^