diff options
author | Mnikolenko Productengine <mnikolenko@productengine.com> | 2024-07-25 18:15:24 +0300 |
---|---|---|
committer | Mnikolenko Productengine <mnikolenko@productengine.com> | 2024-07-25 18:15:24 +0300 |
commit | decc2d3aa5ba8dc583dae5396a5ae8ca738412dd (patch) | |
tree | da133ca6dfe803f7c28cdd479e76e72a4a6da7ce /indra/newview/llagentlistener.h | |
parent | b5c58810412d00c4aee81ec7e651d428a18a52f2 (diff) |
Lua api for Follow Camera control
Diffstat (limited to 'indra/newview/llagentlistener.h')
-rw-r--r-- | indra/newview/llagentlistener.h | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/indra/newview/llagentlistener.h b/indra/newview/llagentlistener.h index c544d089ce..2a24de3f52 100644 --- a/indra/newview/llagentlistener.h +++ b/indra/newview/llagentlistener.h @@ -48,7 +48,6 @@ private: void requestStand(LLSD const & event_data) const; void requestTouch(LLSD const & event_data) const; void resetAxes(const LLSD& event_data) const; - void getAxes(const LLSD& event_data) const; void getGroups(const LLSD& event) const; void getPosition(const LLSD& event_data) const; void startAutoPilot(const LLSD& event_data); @@ -58,6 +57,10 @@ private: void stopAutoPilot(const LLSD& event_data) const; void lookAt(LLSD const & event_data) const; + void setFollowCamParams(LLSD const & event_data) const; + void setFollowCamActive(LLSD const & event_data) const; + void removeFollowCamParams(LLSD const & event_data) const; + LLViewerObject * findObjectClosestTo( const LLVector3 & position ) const; private: |