Garry's Mod Wiki

Revision Difference

Global.AddConsoleCommand#518378

<function name="AddConsoleCommand" parent="Global" type="libraryfunc"> <description><internal>Use <page>concommand.Add</page> instead.</internal>Tells the engine to register a console command. If the command was ran, the engine calls <page>concommand.Run</page>.</description> <realm>Shared and Menu</realm> <args> <arg name="name" type="string">The name of the console command to add.</arg> <arg name="helpText" type="string">The help text.</arg> <arg name="flags" type="number">Concommand flags using &lt;page&gt;FCVAR&lt;/page&gt;</arg>⤶ <arg name="flags" type="number">Concommand flags using <page>FCVAR</page></arg>⤶ </args> </function>