Difference between revisions of "Help (API)"
From ComputerCraft Wiki
| Line 2: | Line 2: | ||
Its functions are: | Its functions are: | ||
| − | * help.setPath( path ) | + | {| border="1" cellpadding="2" cellspacing="0" |
| − | + | !style="background:#EEE" width="200px"|Method name | |
| − | + | !style="background:#EEE" width="*"|Description | |
| + | |- | ||
| + | |help.setPath( path ) | ||
| + | |<no description given> | ||
| + | |- | ||
| + | |help.lookup( topic ) | ||
| + | |<no description given> | ||
| + | |- | ||
| + | |help.topics() | ||
| + | |<no description given> | ||
| + | } | ||
[[Category:APIs]] | [[Category:APIs]] | ||
Revision as of 05:36, 31 January 2012
The Help API allows you to mess around with the help files.
Its functions are:
| Method name | Description |
|---|---|
| help.setPath( path ) | <no description given> |
| help.lookup( topic ) | <no description given> |
| help.topics() | <no description given>
} |