help.topics
From ComputerCraft Wiki
Revision as of 04:10, 27 February 2012 by Scarfacial (Talk | contribs)
Function help.topics | |
No description provided. | |
Syntax | help.topics() |
Returns | table all valid topics |
Part of | ComputerCraft |
API | help |
Examples
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 |