summaryrefslogtreecommitdiff
path: root/indra/llui/llfloaterreg.h
diff options
context:
space:
mode:
authorMnikolenko Productengine <mnikolenko@productengine.com>2024-08-05 20:37:03 +0300
committerMnikolenko Productengine <mnikolenko@productengine.com>2024-08-05 20:37:03 +0300
commitcf29b701b19644062a1428a64023c3cf9829e2de (patch)
tree0852f0b9b7699dbf4756a3fae6ef4a65dc3bae8f /indra/llui/llfloaterreg.h
parenta67a01240cbd58a1800290294be83e7b874fefb6 (diff)
Allow getting the list of floater names, hide top menu items; add demo script
Diffstat (limited to 'indra/llui/llfloaterreg.h')
-rw-r--r--indra/llui/llfloaterreg.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/indra/llui/llfloaterreg.h b/indra/llui/llfloaterreg.h
index 43f3f7b170..31a334b89c 100644
--- a/indra/llui/llfloaterreg.h
+++ b/indra/llui/llfloaterreg.h
@@ -153,6 +153,8 @@ public:
static void blockShowFloaters(bool value) { sBlockShowFloaters = value;}
static U32 getVisibleFloaterInstanceCount();
+
+ static LLSD getFloaterNames();
};
#endif