This wiki is archived and useful information is being migrated to the main bzflag.org website

bz_getPlayerAngVel

From BZFlagWiki
Revision as of 00:21, 12 February 2009 by Yassen (Talk | contribs) (Added bz_getPlayerAngVel)

(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search

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.