PhysicsApplyAngularVelocityForce: Difference between revisions

From Multi Theft Auto: Wiki
Jump to navigation Jump to search
(Created page with "__NOTOC__ {{Client function}} Accelerate angular velocity of rigid body. ( i'm not sure is correct explanation ) ==Syntax== <syntaxhighlight lang="lua"> bool physicsApplyAng...")
 
(No difference)

Latest revision as of 15:03, 14 February 2020

Accelerate angular velocity of rigid body. ( i'm not sure is correct explanation )

Syntax

bool physicsApplyAngularVelocityForce( physics-rigid-body theRigidBody, float velocityX, float velocityY, float velocityZ)             

Required Arguments

  • theRigidBody: rigid body you want to apply velocity
  • velocityXYZ: velocity you wants to apply

Returns

True if angular velocity got accelereted, false otherwise.

Example


See Also