Difference between revisions of "LSL Delay"
Jump to navigation
Jump to search
Pedro Oval (talk | contribs) (→Events: Add missing info and events) |
Pedro Oval (talk | contribs) (→Events: More info) |
||
Line 199: | Line 199: | ||
==Events== | ==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. [[link_message]] | 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'''. | ||
{| | {| | ||
Line 209: | Line 209: | ||
! Events | ! Events | ||
|- | |- | ||
|| | ||0.05 | ||
||[[at_rot_target]] | ||[[at_rot_target]] | ||
|- | |- | ||
|| | ||0.05 | ||
||[[at_target]] | ||[[at_target]] | ||
|- | |- | ||
Line 218: | Line 218: | ||
||[[attach]] | ||[[attach]] | ||
|- | |- | ||
|| | ||0.05 | ||
||[[changed]] | ||[[changed]] | ||
|- | |- | ||
Line 275: | Line 275: | ||
||[[moving_start]] | ||[[moving_start]] | ||
|- | |- | ||
|| | ||0.05 | ||
||[[no_sensor]] | ||[[no_sensor]] | ||
|- | |- | ||
|| | ||0.05 | ||
||[[not_at_rot_target]] | ||[[not_at_rot_target]] | ||
|- | |- | ||
|| | ||0.05 | ||
||[[not_at_target]] | ||[[not_at_target]] | ||
|- | |- | ||
Line 302: | Line 302: | ||
||[[remote_data]] | ||[[remote_data]] | ||
|- | |- | ||
|| | ||0.025 | ||
||[[run_time_permissions]] | ||[[run_time_permissions]] | ||
|- | |- | ||
|| | ||0.05 | ||
||[[sensor]] | ||[[sensor]] | ||
|- | |- | ||
Line 314: | Line 314: | ||
||[[state_exit]] | ||[[state_exit]] | ||
|- | |- | ||
|| | ||0.05 | ||
||[[timer]] | ||[[timer]] | ||
|- | |- |
Revision as of 10:12, 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.
|
|
|