help.completeTopic
From ComputerCraft Wiki
| Added by ComputerCraft 1.74, help.completeTopic() can be passed a part of a help topic title, and returns a numerically indexed table containing strings that could be used to complete it (based on the list of topics returned by help.topics()). See also: textutils.complete(), shell.complete(), shell.setCompletionFunction(), shell.completeProgram() and fs.complete(). | |
| Syntax | help.completeTopic(string partial topic name) |
| Returns | table completion list |
| Part of | ComputerCraft |
| API | help |