Parse the 'set' command.
Function | Description | Links |
---|---|---|
command_set_decrement() | Decrement a variable by a value | |
command_set_expand_value() | Expand special characters | |
command_set_increment() | Increment a variable by a value | |
command_set_query() | Query a variable | |
command_set_reset() | Reset a variable | |
command_set_set() | Set a variable to the given value | |
command_set_toggle() | Toggle a boolean, quad, or number variable | |
command_set_unset() | Unset a variable | |
parse_set() | Parse the 'set' family of commands | Command::parse(), command_parse |