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...")

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


Grid Redstone.png  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

Grid paper.png  Example
Looks up the path for the disk api
Code
print(help.lookup("disk"))
Output /rom/help/disk