help.setPath

From ComputerCraft Wiki
Revision as of 04:03, 27 February 2012 by Scarfacial (Talk | contribs) (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...")

(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search


Grid Redstone.png  Function help.setPath
No description provided.
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")