Difference between revisions of "LlSleep"

From Second Life Wiki
Jump to navigation Jump to search
(sleeping script still pays attention to events)
m
Line 3: Line 3:
|func=llSleep|p1_type=float|p1_name=sec
|func=llSleep|p1_type=float|p1_name=sec
|func_footnote
|func_footnote
|func_desc=Puts the script to sleep for '''sec''' seconds. The script will not do anything during this time, although triggered events will be queued and executed afterwards.
|func_desc=Puts the script to sleep for '''sec''' seconds. The script will not do anything during this time, although triggered {{LSLGC|Events|events}} will be queued and executed afterwards.
|return_text
|return_text
|spec
|spec
|caveats
|caveats
|constants
|constants
|examples=<lsl>
|examples=<lsl>default
default
{
{
     state_entry()
     state_entry()

Revision as of 07:19, 20 October 2008