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...")
Function help.setPath | |
No description provided. | |
Syntax | help.setPath(string path) |
Returns | nil |
Part of | ComputerCraft |
API | help |
Examples
Example | |
Sets the path of the help API to /disk/help | |
Code |
help.setPath("/disk/help") |