AGENT AUTOPILOT
From Second Life Wiki
| LSL Portal | Functions | Events | Types | Operators | Constants | Flow Control | Script Library | Tutorials |
Description
Constant: integer AGENT_AUTOPILOT = 0x2000;The integer constant AGENT_AUTOPILOT has the value 0x2000
This value is currently set when the user selects "Go Here" on the ground, or uses the optional Double-Click Auto-Pilot feature. It is not currently set if the user selects "Sit Here" on the ground or objects.
While this flag is available and active on production servers, its functionality is incomplete. The remainder will rely on future viewers, which may also cause AGENT_AUTOPILOT to be active when an object is selected.
Related Articles
Constants
| • | AGENT_FLYING | |||
| • | AGENT_IN_AIR | |||
| • | AGENT_WALKING | |||
| • | AGENT_ALWAYS_RUN |
Functions
| • | llGetAgentInfo |
Deep Notes
History
- VWR-13202[c] - Bug report where AGENT_AUTOPILOT was proposed and implementation was discussed.
- AGENT_AUTOPILOT was added in SVN:2900 r136439 Trunk s:1.33.0
- Server support added in Second Life Server 1.32.0.136920

