Help (API)
From ComputerCraft Wiki
Revision as of 03:56, 27 February 2012 by Scarfacial (Talk | contribs)
The Help API allows you to mess around with the help files.
Its functions are:
Method name | Description |
---|---|
path() | Returns the path the help api has been set to |
setPath(string path ) | Sets the path of the api to path |
lookup(string topic ) | Looks up the help file for topic |
topic() | Returns a table of valid help topics |