concommand.AutoComplete
From GMod Wiki
Engine Function: concommand.AutoComplete | |
concommand.AutoComplete is an internal function called by the engine. Do not call it. |
Function | |
Syntax |
concommand.AutoComplete( String commandName, Table :String args ) Where is this used? |
Description: | |
Runs the console command by name commandName's autocomplete function and returns a table of strings containing the list of text that would appear in the autocomplete list in the console. | |
Returns: | Table :String |
Part of Library: | concommand |
Realm: | |
BBCode Link: | [b][url=http://wiki.garrysmod.com/?title=Concommand.AutoComplete]Concommand.AutoComplete [img]http://wiki.garrysmod.com/favicon.ico[/img][/url][/b] |