Difference between revisions of "Help.topics"

From ComputerCraft Wiki
Jump to: navigation, search
Line 6: Line 6:
 
|returns=[[table]] all valid topics
 
|returns=[[table]] all valid topics
 
|addon=ComputerCraft
 
|addon=ComputerCraft
 +
|desc=Lists all valid help topics
 
|examples=
 
|examples=
 
{{Example
 
{{Example

Revision as of 14:42, 29 May 2012


Grid Redstone.png  Function help.topics
Lists all valid help topics
Syntax help.topics()
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