added override parser
--HG-- extra : convert_revision : svn%3A39bc706e-5318-0410-9160-8a85361fbb7c/trunk%40421
This commit is contained in:
@@ -38,10 +38,10 @@ Levels
|
||||
* 2)Command Group Name (for example, "CSDM")
|
||||
* 3)Command Level (for example, "changemap")
|
||||
* You can override the default flags assigned to individual commands or command groups in this way.
|
||||
* To override a group, use the ":" character before the name. Example:
|
||||
* To override a group, use the "@" character before the name. Example:
|
||||
* Examples:
|
||||
* ":CSDM" "i" // Override the CSDM group
|
||||
* "csdm_enable" "j" // Override the csdm_enable command
|
||||
* "@CSDM" "i" // Override the CSDM group
|
||||
* "csdm_enable" "j" // Override the csdm_enable command
|
||||
* Note that for overrides, order is important. In the above example, csdm_enable overwrites
|
||||
* any setting that csdm_enable previously had.
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user