LlWind
From Second Life Wiki
| LSL Portal | | | Functions | | | Events | | | Types | | | Operators | | | Constants | | | Flow Control | | | Script Library | | | Tutorials |
Contents |
Description
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)); } }

