Help (API)

From ComputerCraft Wiki
Revision as of 22:11, 30 November 2012 by AfterLifeLochie (Talk | contribs) (Updated to API overview v2)

Jump to: navigation, search

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


Grid disk.png   Help (API)

Method NameDescription
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