Difference between revisions of "Help.setPath"

From ComputerCraft Wiki
Jump to: navigation, search
(Created page with "{{lowercase}} {{Function |name=help.setPath |args=string path |api=help |addon=ComputerCraft |examples= {{Example |desc=Sets the path of the help API to /dis...")
 
Line 5: Line 5:
 
|api=help
 
|api=help
 
|addon=ComputerCraft
 
|addon=ComputerCraft
 +
|desc=Sets a new path for the help API
 
|examples=
 
|examples=
 
{{Example
 
{{Example

Revision as of 14:40, 29 May 2012


Grid Redstone.png  Function help.setPath
Sets a new path for the help API
Syntax help.setPath(string path)
Returns nil
Part of ComputerCraft
API help

Examples

Grid paper.png  Example
Sets the path of the help API to /disk/help
Code
help.setPath("/disk/help")