help.topics

Returns a list of topics that can be looked up and/or displayed.

ExampleDisplay all topics
Prints all of the installed topics.
Code
<nowiki>
for _,topic in pairs(help.topics()) do
    print(topic)
end
</nowiki>

help.topics
Function
Syntax
help.topics()
Returns table
API Help
Source CC:Tweaked
This article is issued from Computercraft. The text is licensed under Creative Commons - Attribution - Sharealike. Additional terms may apply for the media files.