This wiki was in read-only mode for many years, but can now be edited again. A lot of information will need to be updated.

Bz getPlayerAngVel: Difference between revisions

From BZFlagWiki
Jump to navigation Jump to search
Yassen (talk | contribs)
Added bz_getPlayerAngVel
 
Zehra (talk | contribs)
added category
 
Line 12: Line 12:
| version    = 2.99.x or later
| version    = 2.99.x or later
}}
}}
[[Category:BZFS API Functions (unreleased)]]

Latest revision as of 21:22, 26 November 2016

bool bz_getPlayerAngVel (int playerID, float *angvel)


Minimum API Version: 2.99.x or later
Fills the float "angvel" with the current angular velocity of the player.

Parameters:
playerID  -  Player to lookup.
*angvel  -  Angular Velocity
Returns:
Whether the player exists.