In game I can clearly see the clouds/rain are moving from the West to the East, yet GetWind() returns a vector[-10, 0, 0] indicating movement from the East to the West at -10 msp. Furthermore, monitoring numerous GetWind() outputs at varying weather conditions does not indicate any correlation between the movement of the clouds/rain and the vector GetWind() returns ... which is very perplexing. This brings me to the conclusion that there is NO direct correlation between the apparent 'in game' movement of the clouds/wind (i.e. they are moving to the East at 10 mps) and the vector returned by GetWind (i.e. vector[-10, 0, 0].
If this is NOT the case then how does one properly apply a wind vector to a movement vector (e.g. movement_vector = parachute_movement_vector[0,-5,0] + wind_vector[-10, 0, 0]).
If not, then when can this be slated for correction?