phent_getangvelocity (ENTITY* entity, ANGLE* OutVelocity)

Retrieve the angular velocity of a physics entity.

Parameters:

entity Entity to be affected
OutVelocity To be set to the angular velocity of the entity.

Returns:

1 if successful, 0 otherwise.

Speed:

Medium

Edition:

 C   P 

Example:

phent_getangvelocity(my, temp);

See also:

phent_getbounds, phent_getvelocity