OpenMetaverse Protocol Library Developers API Documentation
AutoPilot Method (globalX, globalY, z)
NamespacesOpenMetaverseAgentManagerAutoPilot(Double, Double, Double)
Use the autopilot sim function to move the avatar to a new position. Uses double precision to get precise movements
Declaration Syntax
C#
public
void
AutoPilot(

double
globalX,

double
globalY,

double
z
)
Parameters
globalX ( Double)
Global X coordinate to move to
globalY ( Double)
Global Y coordinate to move to
z ( Double)
Z coordinate to move to
Remarks
The z value is currently not handled properly by the simulator

Assembly: OpenMetaverse(Module: OpenMetaverse.dll) Version: 0.9.3.3318 (0.9.3.3318)