Difference between revisions of "LSL Delay"
Jump to navigation
Jump to search
m |
m |
||
Line 62: | Line 62: | ||
|| 2.0 | || 2.0 | ||
|| [[llGetParcelPrimOwners]] | || [[llGetParcelPrimOwners]] | ||
|- | |||
|| 1.0 | |||
|| [[llTextBox]] | |||
|- | |- | ||
|| 1.0 | || 1.0 | ||
|| [[llRequestSimulatorData]] | || [[llRequestSimulatorData]] | ||
|} | |} | ||
| | | | ||
Line 74: | Line 74: | ||
! {{HoverText|Delay|The delay in seconds}} | ! {{HoverText|Delay|The delay in seconds}} | ||
! Function | ! Function | ||
|- | |||
|| 1.0 | |||
|| [[llRequestInventoryData]] | |||
|- | |- | ||
|| 1.0 | || 1.0 |
Revision as of 13:21, 18 April 2009
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 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.
|
|
|