Template:Movement Options: Difference between revisions

From Unofficial Homecoming Wiki
Jump to navigation Jump to search
(Created page with "The command behaves differently depending on the option that is used: {| class="wikitable" style="margin:auto" |- ! Option !! Behavior |- | style="text-align:center; font-weig...")
 
No edit summary
 
(8 intermediate revisions by the same user not shown)
Line 1: Line 1:
The command behaves differently depending on the option that is used:
The command behaves differently depending on the option that is used:
{| class="wikitable" style="margin:auto"
{| class="wikitable" style="margin-right: auto; border: none;"
|-
|-
! Option !! Behavior
! Option !! Behavior
|-
|-
| style="text-align:center; font-weight:bold;"| + || style="text-align:left;"|  Activates the command while the key is pressed.
| style="text-align:center; font-weight:bold;"| + || style="text-align:left;"|  Activates the command while the key or button is pressed, deactivates when the key or button is released.
|-
|-
| style="text-align:center; font-weight:bold;"| ++ || style="text-align:left;"| Toggles the command on and off with each key press.
| style="text-align:center; font-weight:bold;"| ++ || style="text-align:left;"| Toggles the command on and off with each press of the key or button.
|-
|-
| style="text-align:center; font-weight:bold;"| 1 || style="text-align:left;"| Activates the command indefinitely, until it is disabled.
| style="text-align:center; font-weight:bold;"| 1 || style="text-align:left;"| Activates the command indefinitely, until it is disabled.
Line 13: Line 13:
|}
|}


* The "+" and "++" options are prefixes that must be placed at the beginning of the command. These options are intended to be used with commands that are bound to keys or mouse buttons.
* The "+" and "++" options are prefixes that must be placed at the beginning of the command. These options are intended to be used with commands that are [[Binds|bound]] to keys or mouse buttons.
* The "1" and "0" options must be placed after the command separated by a space or comma.
* The "1" and "0" options must be placed after the command separated by a space or comma.

Latest revision as of 23:10, 25 July 2022

The command behaves differently depending on the option that is used:

Option Behavior
+ Activates the command while the key or button is pressed, deactivates when the key or button is released.
++ Toggles the command on and off with each press of the key or button.
1 Activates the command indefinitely, until it is disabled.
0 Disables the command.
  • The "+" and "++" options are prefixes that must be placed at the beginning of the command. These options are intended to be used with commands that are bound to keys or mouse buttons.
  • The "1" and "0" options must be placed after the command separated by a space or comma.