Difference between revisions of "Help.topics"
From ComputerCraft Wiki
m (Moved to CAT:APIFunctions) |
|||
Line 14: | Line 14: | ||
}} | }} | ||
}} | }} | ||
+ | |||
+ | [[Category:API_Functions]] |
Revision as of 18:34, 28 November 2012
![]() | |
Lists all valid help topics | |
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 |