LSL Delay
From Second Life Wiki
(Redirected from Delay)
| LSL Portal | | | Functions | | | Events | | | Types | | | Operators | | | Constants | | | Flow Control | | | Script Library | | | Tutorials |
Contents |
Functions
Some LSL functions delay script execution when they are called.
The delay is measured in seconds (it's a float value).
Events
All events have a min delay, the default delay between events is 0.05 seconds, a longer delay can be specified with llMinEventDelay. A delay less than the default will have the same effect as if it were the default.
|
|
|

