summaryrefslogtreecommitdiff
path: root/indra/newview/llagentlistener.h
diff options
context:
space:
mode:
authorMnikolenko Productengine <mnikolenko@productengine.com>2024-10-04 18:33:28 +0300
committerMnikolenko Productengine <mnikolenko@productengine.com>2024-10-04 18:34:48 +0300
commit5836d8835f88af8b82154a48bcf1281937ed1f04 (patch)
treefdcced3cc76e78051c1829ce9003e71a5cfd6b9b /indra/newview/llagentlistener.h
parente093a98f86ad46374f5067adb616a2aead73eff5 (diff)
Lua api to get info about nearby avatars and objects
Diffstat (limited to 'indra/newview/llagentlistener.h')
-rw-r--r--indra/newview/llagentlistener.h4
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: