diff options
author | Mnikolenko Productengine <mnikolenko@productengine.com> | 2024-10-04 18:33:28 +0300 |
---|---|---|
committer | Mnikolenko Productengine <mnikolenko@productengine.com> | 2024-10-04 18:34:48 +0300 |
commit | 5836d8835f88af8b82154a48bcf1281937ed1f04 (patch) | |
tree | fdcced3cc76e78051c1829ce9003e71a5cfd6b9b /indra/newview/llagentlistener.h | |
parent | e093a98f86ad46374f5067adb616a2aead73eff5 (diff) |
Lua api to get info about nearby avatars and objects
Diffstat (limited to 'indra/newview/llagentlistener.h')
-rw-r--r-- | indra/newview/llagentlistener.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/indra/newview/llagentlistener.h b/indra/newview/llagentlistener.h index 05724ff443..f1e85f0923 100644 --- a/indra/newview/llagentlistener.h +++ b/indra/newview/llagentlistener.h @@ -67,6 +67,10 @@ private: void stopAnimation(LLSD const &event_data); void getAnimationInfo(LLSD const &event_data); + void getID(LLSD const& event_data); + void getNearbyAvatarsList(LLSD const& event_data); + void getNearbyObjectsList(LLSD const& event_data); + LLViewerObject * findObjectClosestTo( const LLVector3 & position, bool sit_target = false ) const; private: |