Movement lock: Difference between revisions
Jump to navigation
Jump to search
Thanks to Hunter_rus for the values. |
Hendricks266 (talk | contribs) mNo 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. It takes the following values: | ||
1 Move_Forward | |||
1 Move_Forward | 2 Move_Backward | ||
2 Move_Backward | 4 Strafe_Left | ||
4 Strafe_Left | 8 Strafe_Right | ||
8 Strafe_Right | |||
[[Category:Bitfields]] | |||
[[Category:Player structure members]] | [[Category:Player structure members]] |
Revision as of 16:02, 23 December 2009
A bitfield that can be used to stop the player from moving. It takes the following values:
1 Move_Forward 2 Move_Backward 4 Strafe_Left 8 Strafe_Right