Entity - Set Angular Velocity

Got an idea for enhancing PureBasic? New command(s) you'd like to see?
Henry00
User
User
Posts: 88
Joined: Thu Jul 12, 2012 7:00 pm
Location: Germany
Contact:

Entity - Set Angular Velocity

Post by Henry00 »

Hello,

it's possible to use EntityVelocity(x, y, z) to set the linear velocity. You can also use EntityAngularFactor to change the angular factor. GetEntityAttribute with #PB_Entity_AngularVelocityX, #PB_Entity_AngularVelocityY and #PB_Entity_AngularVelocityZ to read the angular velocity but there is no way to set it.

Thank you so much!