SetAngularVelocity (script event)
From modwiki
Description
Sets the current angular velocity of this entity.
Usage
In your script type...
void setAngularVelocity( vector velocity )
Parameters
- [velocity] - The angular velocity to apply to this entity.
Examples
$my_entity.setAngularVelocity('12 23 54');
Notes
This script event does not return any values.

