help.completeTopic
From ComputerCraft Wiki
Revision as of 05:54, 31 July 2015 by Bomb Bloke (Talk | contribs) (Created page with "{{lowercase}} {{Function |name=help.completeTopic |api=help |args= {{Type|string}} partial topic name |returns={{Type|table}} completion list |addon=ComputerCraft |desc=Added...")
Function help.completeTopic | |
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 |