Difference between revisions of "Position change"

From Second Life Wiki
Jump to navigation Jump to search
m (This would need a permission)
Line 5: Line 5:
|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]].
|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]].
|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]].
|notes=And this is different then using ([[not_at_target|not_]])[[at_target]] how? --[[User:Strife Onizuka|Strife Onizuka]] 18:58, 20 April 2007 (PDT)
}}
}}

Revision as of 18:58, 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

Notes

And this is different then using (not_)at_target how? --Strife Onizuka 18:58, 20 April 2007 (PDT)

Deep Notes

Signature