help.lookup
From ComputerCraft Wiki
Revision as of 04:06, 27 February 2012 by Scarfacial (Talk | contribs) (Created page with "{{lowercase}} {{Function |name=help.lookup |args=string topic |api=help |returns=string path of help file for ''topic'' or nil |addon=Compu...")
Function help.lookup | |
No description provided. | |
Syntax | help.lookup(string topic) |
Returns | string path of help file for topic or nil |
Part of | ComputerCraft |
API | help |
Examples
Example | |
Looks up the path for the disk api | |
Code |
print(help.lookup("disk")) |
Output | /rom/help/disk |