SetWindVelocity: Difference between revisions

From Multi Theft Auto: Wiki
Jump to navigation Jump to search
(Created page with "__NOTOC__ {{Client function}} This function changes the wind velocity in San Andreas. This affects just the trees. ==Syntax== <syntaxhighlight lang="lua"> bool setWindVelocity ( float velocityX,...")
(No difference)

Revision as of 08:22, 20 November 2010

This function changes the wind velocity in San Andreas. This affects just the trees.

Syntax

bool setWindVelocity ( float velocityX, float velocityY, float velocityZ )

Required Arguments

  • velocityX: The velocity on the x-coordinate
  • velocityY: The velocity on the y-coordinate
  • velocityZ: The velocity on the z-coordinate

Returns

Returns true if successful, false otherwise.

Example

Click to collapse [-]
Client
--Needed

See Also

Shared