Difference between revisions of "LSL Delay"
Jump to navigation
Jump to search
m (→Events) |
m (updating llSetPrimURL) |
||
Line 18: | Line 18: | ||
|| 20.0 | || 20.0 | ||
|| [[llRefreshPrimURL]] | || [[llRefreshPrimURL]] | ||
|- | |||
|| 20.0 | |||
|| [[llSetPrimURL]] | |||
|- | |- | ||
|| 20.0 | || 20.0 | ||
Line 45: | Line 48: | ||
|| 3.0 | || 3.0 | ||
|| [[llGiveInventoryList]] | || [[llGiveInventoryList]] | ||
|- | |- | ||
|| 2.0 | || 2.0 |
Revision as of 23:04, 16 January 2010
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.
|
|
|