Difference between revisions of "Position change"

From Second Life Wiki
Jump to navigation Jump to search
m (This would need a permission)
Line 1: Line 1:
An event for avatar transitions from sitting to standing, standing to flying, etc.  Such events can be monitored with a timer event; however, that's murder on a server.
{{LSL_Event
|mode=request
|delay=0.0
|event=position_change
|event_desc=An event for avatar transitions from sitting to standing, standing to flying, etc.  Such events can be monitored with a timer event; however, that's murder on a server. Must call [[llTrackAvatarPositionChange]] with permission [[PERMISSION_TRACK_POSITION]].
|caveats=*If [[PERMISSION_TRACK_POSITION]] is not set when [[llTrackAvatarPositionChange]] is not set then "Permissions do not allow to track avatars position change." is shouted on [[DEBUG_CHANNEL]].
}}

Revision as of 18:05, 20 April 2007

Emblem-important-yellow.png LSL Feature Request
The described event does not exist. This article is a feature request.

Description

Event: position_change( ){ ; }

An event for avatar transitions from sitting to standing, standing to flying, etc. Such events can be monitored with a timer event; however, that's murder on a server. Must call llTrackAvatarPositionChange with permission PERMISSION_TRACK_POSITION.


Caveats

All Issues ~ Search JIRA for related Bugs

Examples

Deep Notes

Signature