OpenMetaverse Protocol Library Developers API Documentation
AutoPilot Method (globalX, globalY, z)
NamespacesOpenMetaverseAgentManagerAutoPilot(UInt64, UInt64, Single)
Use the autopilot sim function to move the avatar to a new position
Declaration Syntax
C#
public 
void 
AutoPilot(
        
ulong 
globalX,
        
ulong 
globalY,
        
float 
z
)
Parameters
globalX ( UInt64)
Integer value for the global X coordinate to move to
globalY ( UInt64)
Integer value for the global Y coordinate to move to
z ( Single)
Floating-point value for the 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)