Scripting/Delay
De DigiWiki.
(Différences entre les versions)
Ligne 1 : | Ligne 1 : | ||
- | __NOTOC__{{Languages}} | + | __NOTOC__ |
+ | {{Languages}} | ||
{{ScriptingNav}} | {{ScriptingNav}} | ||
+ | |||
==Functions== | ==Functions== | ||
Some LSL functions delay script execution when they are called. The delay is measured in seconds (it's a float value). | Some LSL functions delay script execution when they are called. The delay is measured in seconds (it's a float value). |
Version actuelle en date du 2 octobre 2014 à 04:49
Manuel | Fonctions | Events | Types | Operators | Constants | Flow Control | Library | Exemples | Legend | 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.
|
|
|