Difference between revisions of "LSL Delay"
Jump to navigation
Jump to search
Pedro Oval (talk | contribs) (→Events: More info) |
Pedro Oval (talk | contribs) m (→Events: One more confirmed) |
||
Line 263: | Line 263: | ||
||[[link_message]] | ||[[link_message]] | ||
|- | |- | ||
|| | ||0.05 | ||
||[[listen]] | ||[[listen]] | ||
|- | |- |
Revision as of 10:57, 23 October 2012
LSL Portal | Functions | Events | Types | Operators | Constants | Flow Control | Script Library | Categorized Library | Tutorials |
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 except state_entry and state_exit have a minimum 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. The link_message and the run_time_permissions events don't obey the delay set in llMinEventDelay.
|
|
|