Difference between revisions of "Help.setPath"
From ComputerCraft Wiki
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...") |
|||
| 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
| Sets a new path for the help API | |
| Syntax | help.setPath(string path) |
| Returns | nil |
| Part of | ComputerCraft |
| API | help |
Examples
| Sets the path of the help API to /disk/help | |
| Code |
help.setPath("/disk/help")
|