SetWindVelocity

From Multi Theft Auto: Wiki
Revision as of 18:56, 14 March 2011 by Arran Fortuna (talk | contribs)
Jump to navigation Jump to search

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