Bind: Difference between revisions

From Valve Developer Community
Jump to navigation Jump to search
No edit summary
No edit summary
Line 7: Line 7:
Quotation marks around strings are not always required, but should be used to ensure that special characters, such as spaces and semicolons, are not misinterpreted. For number-only strings, quotation marks should not be used.
Quotation marks around strings are not always required, but should be used to ensure that special characters, such as spaces and semicolons, are not misinterpreted. For number-only strings, quotation marks should not be used.
[[Category:Console Commands]]
[[Category:Console Commands]]
For other useful information on console variables, please head back to the [http://developer.valvesoftware.com/wiki/Category:Console_Commands Console Commands Listing]

Revision as of 15:18, 7 February 2006

This is a console command that lets you bind other console commands to a key.


Syntax: bind "key" "function"

Template:Ccexample

Quotation marks around strings are not always required, but should be used to ensure that special characters, such as spaces and semicolons, are not misinterpreted. For number-only strings, quotation marks should not be used.


For other useful information on console variables, please head back to the Console Commands Listing