Dota 2 Workshop Tools/Scripting/API/Convars.RegisterCommand

From Valve Developer Community
< Dota 2 Workshop Tools‎ | Scripting‎ | API
Revision as of 13:25, 9 August 2014 by RoyAwesome (talk | contribs) (Dota_Lebot push: Updated Page)
Jump to navigation Jump to search
Note.pngNote: This page is automatically generated. Any changes may be overwritten

Function Description

void RegisterCommand(string variableName, handle function, string helpText, int flags)

RegisterCommand(name, fn, helpString, flags) : register a console command.


Parameters

Type Name Description
string variableName No Description Set
handle function A lua function to call when this concommand is run
string helpText No Description Set
int flags FCVAR flags