Template:Extbits: Difference between revisions

From EDukeWiki
Jump to navigation Jump to search
Fox (talk | contribs)
No edit summary
m Add ALT_FIRE and CHAT_MODE
Line 15: Line 15:
|-
|-
| No || 32 || INPUT_TURN_RIGHT ||  
| No || 32 || INPUT_TURN_RIGHT ||  
|-
| No || 64 || INPUT_ALT_FIRE ||
|-
| No || 128 || INPUT_CHAT_MODE || Triggered when the player starts typing a chat message.
|-
|-
|}
|}
Line 28: Line 32:
  define INPUT_TURN_LEFT                  0x00000010
  define INPUT_TURN_LEFT                  0x00000010
  define INPUT_TURN_RIGHT                0x00000020
  define INPUT_TURN_RIGHT                0x00000020
define INPUT_ALT_FIRE                  0x00000040
define INPUT_CHAT_MODE                  0x00000080
|}
|}


<noinclude>[[Category:Templates]]</noinclude>
<noinclude>[[Category:Templates]]</noinclude>
<includeonly>[[Category:Pages with templates]]</includeonly>
<includeonly>[[Category:Pages with templates]]</includeonly>

Revision as of 05:49, 15 June 2021

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
No 64 INPUT_ALT_FIRE
No 128 INPUT_CHAT_MODE Triggered when the player starts typing a chat message.
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
define INPUT_ALT_FIRE                   0x00000040
define INPUT_CHAT_MODE                  0x00000080