help.topics

From ComputerCraft Wiki
Revision as of 04:08, 27 February 2012 by Scarfacial (Talk | contribs) (Created page with "{{lowercase}} {{Function |name=help.path |args= |api=help |returns=table all valid topics |addon=ComputerCraft |examples= {{Example |desc=Lists all valid help topics |code...")

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


Grid Redstone.png  Function help.path
No description provided.
Syntax help.path()
Returns table all valid topics
Part of ComputerCraft
API help

Examples

Grid paper.png  Example
Lists all valid help topics
Code
for i,v in pairs(help.topics()) do print(v) end
Output List of all valid help topics