Garry's Mod Wiki

Revision Difference

concommand.GetTable#549764

<function name="GetTable" parent="concommand" type="libraryfunc"> <description>Returns the tables of all console command callbacks, and autocomplete functions, that were added to the game with <page>concommand.Add</page>.</description>⤶ <description>Returns the tables of all console command callbacks, and autocomplete functions, that were added to the game with <page>concommand.Add</page>.<note>Note that it will only list the commands on the realm the function is called.</note>⤶ </description>⤶ <realm>Shared and Menu</realm> <file line="16-L22">lua/includes/modules/concommand.lua</file> <rets> <ret name="" type="table">Table of command callback functions.</ret> <ret name="" type="table">Table of command autocomplete functions.</ret> </rets> </function>