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

Help with ShellAPI

Started by Bossman201, 08 June 2012 - 11:38 PM
Bossman201 #1
Posted 09 June 2012 - 01:38 AM
The in-game help on most API's is kind of useless. Can anybody explain what the functions do and proper arguments to give them?
BigSHinyToys #2
Posted 09 June 2012 - 01:59 AM
the wikki has all info you should need
http://computercraft.info/wiki/index.php?title=Category:APIs
Bossman201 #3
Posted 09 June 2012 - 02:19 AM
Thanks for the link, I've already bookmarked it. May still need help with specific functions in certain API's but I'll get to that when I get to that.
kazagistar #4
Posted 09 June 2012 - 06:29 AM
If I may humbly recommend, the in-game "most things" are pretty bad. You should code outside of game, using outside resources, and just use in-game to test, imho.
Luanub #5
Posted 09 June 2012 - 12:09 PM
The Lua Reference manual is also a great resource when looking up how certain functions work, http://www.lua.org/manual/5.1/

Not all functions listed on that site are available in CC.