concommand.AutoComplete

From GMod Wiki

(Redirected from G.engineCommandComplete)
Jump to: navigation, search
Warning 64 light.png 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: NewerShared.png
BBCode Link: [b][url=http://wiki.garrysmod.com/?title=Concommand.AutoComplete]Concommand.AutoComplete [img]http://wiki.garrysmod.com/favicon.ico[/img][/url][/b]


See Also

Personal tools
Namespaces
Variants
Actions
Navigation
Lua Scripting
Functions
Hooks
Toolbox