Template:Extbits: Difference between revisions
Jump to navigation
Jump to search
Created page with "The following values are used with extbits. {| {{prettytable}} !Exposed!!Value!!Label!!Description!! |- | No || 1 || INPUT_MOVE_FORWARD || |- | No || 2 || INPUT_MOVE_BAC..." |
No edit summary |
||
Line 18: | Line 18: | ||
|} | |} | ||
{| {{Collapse}} | |||
| <strong>Defines</strong> | |||
|- | |||
| | |||
define INPUT_MOVE_FORWARD 0x00000001 | define INPUT_MOVE_FORWARD 0x00000001 | ||
define INPUT_MOVE_BACKWARD 0x00000002 | define INPUT_MOVE_BACKWARD 0x00000002 | ||
Line 24: | Line 28: | ||
define INPUT_TURN_LEFT 0x00000010 | define INPUT_TURN_LEFT 0x00000010 | ||
define INPUT_TURN_RIGHT 0x00000020 | define INPUT_TURN_RIGHT 0x00000020 | ||
|} | |||
<noinclude>[[Category:Templates]]</noinclude> | <noinclude>[[Category:Templates]]</noinclude> | ||
<includeonly>[[Category:Pages with templates]]</includeonly> | <includeonly>[[Category:Pages with templates]]</includeonly> |
Revision as of 12:11, 22 February 2020
The following values are used with extbits.
Exposed | Value | Label | Description | |
---|---|---|---|---|
No | 1 | INPUT_MOVE_FORWARD | ||
No | 2 | INPUT_MOVE_BACKWARD | ||
No | 4 | INPUT_STRAFE_LEFT | ||
No | 8 | INPUT_STRAFE_RIGHT | ||
No | 16 | INPUT_TURN_LEFT | ||
No | 32 | INPUT_TURN_RIGHT |
Defines |
define INPUT_MOVE_FORWARD 0x00000001 define INPUT_MOVE_BACKWARD 0x00000002 define INPUT_STRAFE_LEFT 0x00000004 define INPUT_STRAFE_RIGHT 0x00000008 define INPUT_TURN_LEFT 0x00000010 define INPUT_TURN_RIGHT 0x00000020 |