SetAngularVelocity (script event)
Game class
This event operates on an instance of the game class type {{{gameclass}}}
Description
Sets the current angular velocity of this entity.
Usage
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.