Difference between revisions of "Help.topics"
From ComputerCraft Wiki
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...") |
Scarfacial (Talk | contribs) |
||
| Line 1: | Line 1: | ||
{{lowercase}} | {{lowercase}} | ||
{{Function | {{Function | ||
| − | |name=help. | + | |name=help.topics |
|args= | |args= | ||
|api=help | |api=help | ||
Revision as of 04:10, 27 February 2012
| No description provided. | |
| Syntax | help.topics() |
| Returns | table all valid topics |
| Part of | ComputerCraft |
| API | help |
Examples
| Lists all valid help topics | |
| Code |
for i,v in pairs(help.topics()) do print(v) end |
| Output | List of all valid help topics |