Difference between revisions of "Help.setPath"

From ComputerCraft Wiki
Jump to: navigation, search
m (Moved to CAT:APIFunctions)
Line 12: Line 12:
 
}}
 
}}
 
}}
 
}}
 +
 +
[[Category:API_Functions]]

Revision as of 18:34, 28 November 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")