Movement lock: Difference between revisions
Jump to navigation
Jump to search
Hendricks266 (talk | contribs) mNo edit summary |
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 04: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