Angvel: Difference between revisions

From EDukeWiki
Jump to navigation Jump to search
No edit summary
mNo edit summary
 
Line 1: Line 1:
This is the current turning speed of the player.  Note that this value is not set to 0 when the player stops turning, but rather only updated while the player's angle is changing -- this means that if you base any actions in the game upon this value, you'll likely need to set it to 0 after reading it.
'''''angvel''''' is the current turning speed of the player.  Note that this value is not set to 0 when the player stops turning, but rather only updated while the player's angle is changing -- this means that if you base any actions in the game upon this value, you'll likely need to set it to 0 after reading it.


[[Category:Player structure members]]
[[Category:Player structure members]]

Latest revision as of 09:14, 8 September 2006

angvel is the current turning speed of the player. Note that this value is not set to 0 when the player stops turning, but rather only updated while the player's angle is changing -- this means that if you base any actions in the game upon this value, you'll likely need to set it to 0 after reading it.