Difference between revisions of "AGENT AUTOPILOT"

From Second Life Wiki
Jump to navigation Jump to search
(note what the flag tells us now, and what is still missing)
Line 21: Line 21:
*{{Jira|VWR-13202}} - Bug report where AGENT_AUTOPILOT was proposed and implementation was discussed.
*{{Jira|VWR-13202}} - Bug report where AGENT_AUTOPILOT was proposed and implementation was discussed.
*[[AGENT_AUTOPILOT]] was added in {{SVN|2900|rev=136439|trunk=*|ser=1.33.0|anchor=file21}}
*[[AGENT_AUTOPILOT]] was added in {{SVN|2900|rev=136439|trunk=*|ser=1.33.0|anchor=file21}}
* Server support added in Second Life Server 1.32.0.136920
|notes
|notes
|cat1
|cat1

Revision as of 05:06, 6 November 2009

Emblem-important-red.png Pre-release Documentation Warning!

This constant is not available yet. This documentation was written prior to its final release so it may not match the final implementation.It is slated for release in Client (unknown, possibly 2.0).

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

Search JIRA for related Issues

Signature

integer AGENT_AUTOPILOT = 0x2000;