Difference between revisions of "Help (API)"
From ComputerCraft Wiki
(→Methods) |
|||
Line 7: | Line 7: | ||
|- | |- | ||
|[[help.path|path]]() | |[[help.path|path]]() | ||
− | |Returns the path the help | + | |Returns the path the help APi has been set to |
+ | |- | ||
|[[help.setPath|setPath]]([[string (type)|string]] path ) | |[[help.setPath|setPath]]([[string (type)|string]] path ) | ||
|Sets the path of the api to ''path'' | |Sets the path of the api to ''path'' |
Revision as of 03:04, 19 June 2012
The Help API allows you to mess around with the help files.
Methods
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 |