Movement lock: Difference between revisions

From EDukeWiki
Jump to navigation Jump to search
mNo edit summary
Jaap (talk | contribs)
No edit summary
 
Line 1: Line 1:
A [[bitfield]] that can be used to stop the player from moving. It takes the following values:
A [[bitfield]] that can be used to stop the player from moving using the keyboard the player can still move when with the mouse (if mouse aiming is off). It takes the following values:


  1 Move_Forward
  1 Move_Forward

Latest revision as of 05:36, 29 May 2016

A bitfield that can be used to stop the player from moving using the keyboard the player can still move when with the mouse (if mouse aiming is off). It takes the following values:

1 Move_Forward
2 Move_Backward
4 Strafe_Left
8 Strafe_Right