Help (API)

From ComputerCraft Wiki
Revision as of 08:29, 25 November 2012 by Watcher7 (Talk | contribs) (Methods fix.)

Jump to: navigation, search

The Help API allows you to mess around with the help files.

Methods

Method name Description
help.path() Returns the path the help API has been set to
help.setPath(string path) Sets the path of the API to path
help.lookup(string topic) Looks up the help file for topic
help.topics() Returns a table of valid help topics