LSL Status/Events
From OpenSimulator
(Difference between revisions)
m (→LSL Events Status) |
|||
Line 1: | Line 1: | ||
'''LSL Events''' | '''LSL Events''' | ||
− | Only | + | Only 7 of 33 events are currently implemented. |
'''Table Key''' | '''Table Key''' | ||
Line 52: | Line 52: | ||
| valign="bottom" | | | valign="bottom" | | ||
− | |- style="font-size:8pt" | + | |- style="font-size:8pt" style="background-color:#FFFF99" height="13" valign="bottom" |
| height="13" valign="bottom" | [http://www.lslwiki.net/lslwiki/wakka.php?wakka=changed changed ] | | height="13" valign="bottom" | [http://www.lslwiki.net/lslwiki/wakka.php?wakka=changed changed ] | ||
+ | | align="center" valign="bottom" | Part | ||
+ | | align="center" valign="bottom" | Teravus | ||
| align="center" valign="bottom" | | | align="center" valign="bottom" | | ||
− | + | | valign="bottom" | Currently prim do not change regions, change drop, or change teleport | |
− | + | ||
− | | valign="bottom" | | + | |
|- style="font-size:8pt" | |- style="font-size:8pt" |
Revision as of 04:56, 17 January 2008
LSL Events Only 7 of 33 events are currently implemented.
Table Key
Not Implemented |
Partially Implemented |
Fully Implemented |
Depreciated |
Back to LSL Status
LSL Events Status
Event | Done | Developer | Tester | Notes |
at_rot_target | ||||
at_target | ||||
attach | ||||
changed | Part | Teravus | Currently prim do not change regions, change drop, or change teleport | |
collision | ||||
collision_end | ||||
collision_start | ||||
control | ||||
dataserver | ||||
http_response | Part | jimbo21 | ?? | |
land_collision | ||||
land_collision_end | ||||
land_collision_start | ||||
link_message | ||||
listen | Yes | |||
money | Since the implementation of a currency is not part of the OpenSim project, the money event should rather signify that a resident wants to buy an item or pay an amount than the completion of a payment. The actual payment should then be initiated either through a plugin or an external process (e.g. via a website). See Money for details - Ezekiel. | |||
moving_end | ||||
moving_start | ||||
no_sensor | ||||
not_at_rot_target | ||||
not_at_target | ||||
object_rez | ||||
on_rez | ||||
remote_data | Part | jimbo21 | ?? | |
run_time_permissions | ||||
sensor | ||||
state_entry | Yes | |||
state_exit | ||||
timer | ||||
touch | ||||
touch_start | Yes | |||
touch_end |
Back to LSL Status