Difference between revisions of "Help (API)"

From ComputerCraft Wiki
Jump to: navigation, search
Line 2: Line 2:
  
 
Its functions are:
 
Its functions are:
* help.setPath( path )
+
{| border="1" cellpadding="2" cellspacing="0"
* help.lookup( topic )
+
!style="background:#EEE" width="200px"|Method name
* help.topics()
+
!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>

}