Difference between revisions of "Help (API)"

From ComputerCraft Wiki
Jump to: navigation, search
m
Line 1: Line 1:
 
The Help API allows you to mess around with the help files.
 
The Help API allows you to mess around with the help files.
  
Its functions are:
+
==Methods==
 
{| border="1" cellpadding="2" cellspacing="0"
 
{| border="1" cellpadding="2" cellspacing="0"
 
!style="background:#EEE" width="200px"|Method name
 
!style="background:#EEE" width="200px"|Method name

Revision as of 14:37, 29 May 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