<?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=%E5%88%86%E7%B1%BB%3ALSL_Events</id>
	<title>分类:LSL Events - 版本历史</title>
	<link rel="self" type="application/atom+xml" href="http://i.bnu.edu.cn/wiki/index.php?action=history&amp;feed=atom&amp;title=%E5%88%86%E7%B1%BB%3ALSL_Events"/>
	<link rel="alternate" type="text/html" href="http://i.bnu.edu.cn/wiki/index.php?title=%E5%88%86%E7%B1%BB:LSL_Events&amp;action=history"/>
	<updated>2026-06-01T06:26:47Z</updated>
	<subtitle>本wiki的该页面的版本历史</subtitle>
	<generator>MediaWiki 1.31.0</generator>
	<entry>
		<id>http://i.bnu.edu.cn/wiki/index.php?title=%E5%88%86%E7%B1%BB:LSL_Events&amp;diff=132&amp;oldid=prev</id>
		<title>Kangjf：创建页面，内容为“{{LSL Header|ml=*}}  Within states LSL works on events, such as the scripted object starting to move (moving_start), colliding with things (collision_start…”</title>
		<link rel="alternate" type="text/html" href="http://i.bnu.edu.cn/wiki/index.php?title=%E5%88%86%E7%B1%BB:LSL_Events&amp;diff=132&amp;oldid=prev"/>
		<updated>2019-10-23T12:33:28Z</updated>

		<summary type="html">&lt;p&gt;创建页面，内容为“{{LSL Header|ml=*}}  Within &lt;a href=&quot;/wiki/index.php?title=State&amp;amp;action=edit&amp;amp;redlink=1&quot; class=&quot;new&quot; title=&quot;State（页面不存在）&quot;&gt;state&lt;/a&gt;s LSL works on events, such as the scripted object starting to move (&lt;a href=&quot;/wiki/index.php?title=Moving_start&amp;amp;action=edit&amp;amp;redlink=1&quot; class=&quot;new&quot; title=&quot;Moving start（页面不存在）&quot;&gt;moving_start&lt;/a&gt;), colliding with things (collision_start…”&lt;/p&gt;
&lt;p&gt;&lt;b&gt;新页面&lt;/b&gt;&lt;/p&gt;&lt;div&gt;{{LSL Header|ml=*}}&lt;br /&gt;
&lt;br /&gt;
Within [[state]]s LSL works on events, such as the scripted object starting to move ([[moving_start]]), colliding with things ([[collision_start]]) or a recurring timer ([[timer]]).&lt;br /&gt;
&lt;br /&gt;
Events do not interrupt each other, but instead are queued {{HoverText|FIFO|First In, First Out}}, though the [[state_entry]] event can jump the queue. If more that 64 events are waiting, new events are discarded until free slots become available. If the script is paused, such as when an object is taken to inventory, pending events are preserved and handled the next time the object is rezzed.&lt;br /&gt;
On state change the event queue is cleared and any open listens are [[llListenRemove|removed]] automatically. Reoccurring sensor events ([[sensor]]) are set not to reoccur in the new state and must be manually re-enabled (via [[llSensor]] or [[llSensorRepeat]]), but timer events (from [[llSetTimerEvent]]) ''do'' reoccur. Please refer to the [[State]] article for further details.&lt;br /&gt;
&lt;br /&gt;
For legacy LSL - the events are registered as bit flags in an unsigned-64 bit integer, meaning there can only ever be 64 events.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
{{KBtrivia|&amp;lt;b&amp;gt;&amp;lt;code&amp;gt;event&amp;lt;/code&amp;gt;&amp;lt;/b&amp;gt; is a reserved word in LSL, but it is not used. If you try to use it as a function or variable name, it will cause a syntax error.}}&lt;br /&gt;
&lt;br /&gt;
{{LSLC|Keywords}}&lt;br /&gt;
{{LSLC|}}&lt;/div&gt;</summary>
		<author><name>Kangjf</name></author>
		
	</entry>
</feed>