LlWind
From Second Life Wiki
| LSL Portal | Functions | Events | Types | Operators | Constants | Flow Control | Script Library | Tutorials |
Contents |
Summary
Function: vector llWind( vector offset );| 44 | Function ID |
| 0.0 | Delay |
| 10.0 | Energy |
Returns a vector that is the wind velocity at the prim position + offset
| • vector | offset |
Examples
default { touch_start(integer num) { llSay(0, "Wind velocity: " + (string)llWind(ZERO_VECTOR)); } }
This article wasn't helpful for you? Maybe the related article at the LSL Wiki is able to bring enlightenment.

