<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="zh-CN">
	<id>http://i.bnu.edu.cn/wiki/index.php?action=history&amp;feed=atom&amp;title=LlMinEventDelay</id>
	<title>LlMinEventDelay - 版本历史</title>
	<link rel="self" type="application/atom+xml" href="http://i.bnu.edu.cn/wiki/index.php?action=history&amp;feed=atom&amp;title=LlMinEventDelay"/>
	<link rel="alternate" type="text/html" href="http://i.bnu.edu.cn/wiki/index.php?title=LlMinEventDelay&amp;action=history"/>
	<updated>2026-06-01T06:21:08Z</updated>
	<subtitle>本wiki的该页面的版本历史</subtitle>
	<generator>MediaWiki 1.31.0</generator>
	<entry>
		<id>http://i.bnu.edu.cn/wiki/index.php?title=LlMinEventDelay&amp;diff=785&amp;oldid=prev</id>
		<title>Ty：创建页面，内容为“{{LSL Header|ml=*}}{{LSLC|Keywords}}{{LSLC|Flow Control}}{{LSLC|}}   {{函数详情 |函数名 = Function: llMinEventDelay( float delay ); |参数= 参数： • flo…”</title>
		<link rel="alternate" type="text/html" href="http://i.bnu.edu.cn/wiki/index.php?title=LlMinEventDelay&amp;diff=785&amp;oldid=prev"/>
		<updated>2020-08-23T03:12:59Z</updated>

		<summary type="html">&lt;p&gt;创建页面，内容为“{{LSL Header|ml=*}}{{LSLC|Keywords}}{{LSLC|Flow Control}}{{LSLC|}}   {{函数详情 |函数名 = Function: llMinEventDelay( float delay ); |参数= 参数： • flo…”&lt;/p&gt;
&lt;p&gt;&lt;b&gt;新页面&lt;/b&gt;&lt;/p&gt;&lt;div&gt;{{LSL Header|ml=*}}{{LSLC|Keywords}}{{LSLC|Flow Control}}{{LSLC|}}&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
{{函数详情&lt;br /&gt;
|函数名 = Function: llMinEventDelay( float delay );&lt;br /&gt;
|参数= 参数：&lt;br /&gt;
• float	delay	–	time in seconds	&lt;br /&gt;
&lt;br /&gt;
|返回值= 返回值：&lt;br /&gt;
设置处理事件之间的最短时间。&lt;br /&gt;
缺省值和最小值随事件类型而变化，请参见 lsl delay。&lt;br /&gt;
|注意事项=&lt;br /&gt;
注意事项&lt;br /&gt;
*状态变化之间保持最小延迟&lt;br /&gt;
|示例=&lt;br /&gt;
示例一&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
default&lt;br /&gt;
{&lt;br /&gt;
    state_entry()&lt;br /&gt;
    {&lt;br /&gt;
        llMinEventDelay(5.0);&lt;br /&gt;
    }&lt;br /&gt;
    touch(integer detected)&lt;br /&gt;
    {&lt;br /&gt;
        llSay(0, &amp;quot;Touched.&amp;quot;);//Without the event delay set touch would cause the screen to fill &lt;br /&gt;
                             //with the word &amp;quot;Touched&amp;quot; in a split second if you held the mouse button down.&lt;br /&gt;
    }&lt;br /&gt;
}&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
在这里，如果你把这个脚本放在一个对象中(为了好玩，把对象叫做“ sandy powell”)。&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
default&lt;br /&gt;
{&lt;br /&gt;
    touch(integer detected)&lt;br /&gt;
    {&lt;br /&gt;
        llSay(0, &amp;quot;Can you hear me mother?&amp;quot;);//Northern English accent. Catch phase of Sandy Powell (comedian).&lt;br /&gt;
    }&lt;br /&gt;
}&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
这是另一个叫做”母亲”的物体&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
default&lt;br /&gt;
{&lt;br /&gt;
    state_entry()&lt;br /&gt;
    {&lt;br /&gt;
        llMinEventDelay(5.0);&lt;br /&gt;
        llListen(0, &amp;quot;Sandy Powell&amp;quot;, &amp;quot;&amp;quot;, &amp;quot;&amp;quot;);&lt;br /&gt;
    }&lt;br /&gt;
    listen(integer chan, string name, key id, string msg)&lt;br /&gt;
    {&lt;br /&gt;
        llSay(0, &amp;quot;Eh?&amp;quot;);&lt;br /&gt;
    }&lt;br /&gt;
}&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
聊天的结果如下-&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
[12:51]  Sandy Powell: Can you hear me mother?&lt;br /&gt;
[12:51]  Mother: Eh?&lt;br /&gt;
[12:51]  Sandy Powell: Can you hear me mother?&lt;br /&gt;
[12:51]  Sandy Powell: Can you hear me mother?&lt;br /&gt;
[12:51]  Sandy Powell: Can you hear me mother?&lt;br /&gt;
[12:51]  Sandy Powell: Can you hear me mother?&lt;br /&gt;
[12:51]  Sandy Powell: Can you hear me mother?&lt;br /&gt;
[12:51]  Sandy Powell: Can you hear me mother?&lt;br /&gt;
[12:51]  Sandy Powell: Can you hear me mother?&lt;br /&gt;
[12:51]  Sandy Powell: Can you hear me mother?&lt;br /&gt;
[12:51]  Sandy Powell: Can you hear me mother?&lt;br /&gt;
[12:51]  Sandy Powell: Can you hear me mother?&lt;br /&gt;
[12:51]  Sandy Powell: Can you hear me mother?&lt;br /&gt;
[12:51]  Sandy Powell: Can you hear me mother?&lt;br /&gt;
[12:51]  Sandy Powell: Can you hear me mother?&lt;br /&gt;
[12:51]  Sandy Powell: Can you hear me mother?&lt;br /&gt;
[12:51]  Sandy Powell: Can you hear me mother?&lt;br /&gt;
[12:51]  Sandy Powell: Can you hear me mother?&lt;br /&gt;
[12:51]  Sandy Powell: Can you hear me mother?&lt;br /&gt;
[12:51]  Sandy Powell: Can you hear me mother?&lt;br /&gt;
[12:51]  Sandy Powell: Can you hear me mother?&lt;br /&gt;
[12:51]  Sandy Powell: Can you hear me mother?&lt;br /&gt;
[12:51]  Sandy Powell: Can you hear me mother?&lt;br /&gt;
[12:51]  Sandy Powell: Can you hear me mother?&lt;br /&gt;
[12:51]  Sandy Powell: Can you hear me mother?&lt;br /&gt;
[12:51]  Sandy Powell: Can you hear me mother?&lt;br /&gt;
[12:51]  Sandy Powell: Can you hear me mother?&lt;br /&gt;
[12:51]  Sandy Powell: Can you hear me mother?&lt;br /&gt;
[12:51]  Sandy Powell: Can you hear me mother?&lt;br /&gt;
[12:51]  Sandy Powell: Can you hear me mother?&lt;br /&gt;
[12:51]  Sandy Powell: Can you hear me mother?&lt;br /&gt;
[12:51]  Mother: Eh?&lt;br /&gt;
[12:51]  Mother: Eh?&lt;br /&gt;
[12:51]  Mother: Eh?&lt;br /&gt;
[12:51]  Mother: Eh?&lt;br /&gt;
[12:51]  Mother: Eh?&lt;br /&gt;
[12:51]  Mother: Eh?&lt;br /&gt;
[12:52]  Mother: Eh?&lt;br /&gt;
[12:52]  Mother: Eh?&lt;br /&gt;
[12:52]  Mother: Eh?&lt;br /&gt;
[12:52]  Mother: Eh?&lt;br /&gt;
[12:52]  Mother: Eh?&lt;br /&gt;
[12:52]  Mother: Eh?&lt;br /&gt;
[12:52]  Mother: Eh?&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
|相关函数=&lt;br /&gt;
&lt;br /&gt;
|相关事件=&lt;br /&gt;
&lt;br /&gt;
}}&lt;/div&gt;</summary>
		<author><name>Ty</name></author>
		
	</entry>
</feed>