diff options
author | Dave SIMmONs <simon@lindenlab.com> | 2011-03-22 15:44:02 -0700 |
---|---|---|
committer | Dave SIMmONs <simon@lindenlab.com> | 2011-03-22 15:44:02 -0700 |
commit | becc9d09970755f9cc0d95c46b9f2d81d5b856b5 (patch) | |
tree | 5ed8a71a6daed1df44d02d835bd98b375d868963 /indra/newview/llagent.h | |
parent | 1c34f5caff0f074e983a8ef4d89fd08f1210f526 (diff) |
Improve LLEventHost API for autopilot and following avatars. Reviewed by Kelly.
Diffstat (limited to 'indra/newview/llagent.h')
-rw-r--r-- | indra/newview/llagent.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/indra/newview/llagent.h b/indra/newview/llagent.h index a45f55f27a..33c05816e2 100644 --- a/indra/newview/llagent.h +++ b/indra/newview/llagent.h @@ -481,7 +481,7 @@ public: void (*finish_callback)(BOOL, void *) = NULL, void *callback_data = NULL, F32 stop_distance = 0.f, F32 rotation_threshold = 0.03f, BOOL allow_flying = TRUE); - void startFollowPilot(const LLUUID &leader_id); + void startFollowPilot(const LLUUID &leader_id, BOOL allow_flying = TRUE, F32 stop_distance = 0.5f); void stopAutoPilot(BOOL user_cancel = FALSE); void setAutoPilotTargetGlobal(const LLVector3d &target_global); void autoPilot(F32 *delta_yaw); // Autopilot walking action, angles in radians |