Difference between revisions of "LSL Delay"
Jump to navigation
Jump to search
(Testing says touch() is 0.05s, not 0.1.) |
Pedro Oval (talk | contribs) (→Events: Add missing info and events) |
||
Line 199: | Line 199: | ||
==Events== | ==Events== | ||
All events have a | 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]] doesn't obey the delay set in '''llMinEventDelay'''. | ||
{| | {| | ||
Line 238: | Line 238: | ||
|| | || | ||
||[[email]] | ||[[email]] | ||
|- | |||
|| | |||
||[[http_request]] | |||
|- | |- | ||
|| | || | ||
Line 247: | Line 250: | ||
! {{HoverText|Delay|The minimum delay in seconds}} | ! {{HoverText|Delay|The minimum delay in seconds}} | ||
! Events | ! Events | ||
|- | |- | ||
|| | || | ||
Line 260: | Line 260: | ||
||[[land_collision_start]] | ||[[land_collision_start]] | ||
|- | |- | ||
|| | ||0.025 | ||
||[[link_message]] | ||[[link_message]] | ||
|- | |- | ||
Line 283: | Line 283: | ||
|| | || | ||
||[[not_at_target]] | ||[[not_at_target]] | ||
|- | |||
|| | |||
||[[object_rez]] | |||
|} | |} | ||
| | | | ||
Line 291: | Line 294: | ||
|- | |- | ||
|| | || | ||
||[[ | ||[[on_rez]] | ||
|- | |- | ||
|| | || | ||
||[[ | ||[[path_update]] | ||
|- | |- | ||
|| | || | ||
Line 305: | Line 308: | ||
||[[sensor]] | ||[[sensor]] | ||
|- | |- | ||
|| | ||0 | ||
||[[state_entry]] | ||[[state_entry]] | ||
|- | |- | ||
|| | ||0 | ||
||[[state_exit]] | ||[[state_exit]] | ||
|- | |- | ||
Line 322: | Line 325: | ||
||0.05 | ||0.05 | ||
||[[touch_start]] | ||[[touch_start]] | ||
|- | |||
|| | |||
||[[transaction_result]] | |||
|} | |} | ||
|} | |} |
Revision as of 05:16, 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. link_message doesn't obey the delay set in llMinEventDelay.
|
|
|