OpenMetaverse Protocol Library Developers API Documentation
AutoPilotLocal Method (localX, localY, z)
NamespacesOpenMetaverseAgentManagerAutoPilotLocal(Int32, Int32, Single)
Use the autopilot sim function to move the avatar to a new position
Declaration Syntax
C#
public 
void 
AutoPilotLocal(
        
int 
localX,
        
int 
localY,
        
float 
z
)
Parameters
localX ( Int32)
Integer value for the local X coordinate to move to
localY ( Int32)
Integer value for the local 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)