Difference between revisions of "AGENT AUTOPILOT"

From Second Life Wiki
Jump to navigation Jump to search
(Created page with '{{LSL Constant |name=AGENT_AUTOPILOT |type=integer |value={{LSL Hex|0x2000}} |desc= |pa= |text= |pb= |examples |constants= {{LSL ConstRow|AGENT_FLYING}} {{LSL ConstRow|AGENT_IN_A...')
 
Line 1: Line 1:
{{LSL Constant
{{LSL Generic/pre-release|constant|server-release=1.33.0}}{{LSL Constant
|name=AGENT_AUTOPILOT
|name=AGENT_AUTOPILOT
|type=integer
|type=integer
|value={{LSL Hex|0x2000}}
|value={{LSL Hex|0x2000}}
|desc=
|desc=
|pa=
|pa
|text=
|pb
|pb=
|examples
|examples
|constants=
|constants=
Line 15: Line 14:
|functions=
|functions=
{{LSL DefineRow||[[llGetAgentInfo]]|}}
{{LSL DefineRow||[[llGetAgentInfo]]|}}
|events=
|events
<!--{{LSL DefineRow||[[changed]]|}}-->
|location
|location
|history=
*{{Jira|VWR-13202}}
*[[AGENT_AUTOPILOT]] was added in {{SVN|2900|rev=136439|trunk=*|ser=1.33.0|anchor=file21}}
|notes
|cat1
|cat1
|cat2
|cat2

Revision as of 12:36, 19 October 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 Server 1.33.0.

Description

Constant: integer AGENT_AUTOPILOT = 0x2000;

The integer constant AGENT_AUTOPILOT has the value 0x2000

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;