Difference between revisions of "Help (API)"
From ComputerCraft Wiki
(made page) |
|||
Line 5: | Line 5: | ||
* help.lookup( topic ) | * help.lookup( topic ) | ||
* help.topics() | * help.topics() | ||
+ | [[Category:APIs]] |
Revision as of 00:01, 29 January 2012
The Help API allows you to mess around with the help files.
Its functions are:
- help.setPath( path )
- help.lookup( topic )
- help.topics()