Revision Difference
concommand.GetTable#546960
<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>
<realm>Shared and Menu</realm>
<file line="20">lua/includes/modules/concommand.lua</file>
<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>