Aim mode: Difference between revisions

From EDukeWiki
Jump to navigation Jump to search
Created page with "Aim_mode is 1 if Mouse Aiming is ON. Aim_mode is 0 if Mouse Aiming is OFF."
 
mNo edit summary
 
(5 intermediate revisions by 2 users not shown)
Line 1: Line 1:
Aim_mode is 1 if Mouse Aiming is ON.
aim_mode is a bitmap.
Aim_mode is 0 if Mouse Aiming is OFF.
 
* If bit 0 is set (1), then mouse aiming is on.
* If bit 1 is set (2), then gamepad recentering is active.
* If bit 2 is set (4), then aim assist (for gamepads) is active.
 
[[Category:Player structure members]]

Latest revision as of 02:22, 29 September 2021

aim_mode is a bitmap.

  • If bit 0 is set (1), then mouse aiming is on.
  • If bit 1 is set (2), then gamepad recentering is active.
  • If bit 2 is set (4), then aim assist (for gamepads) is active.