summaryrefslogtreecommitdiff
path: root/indra/llcommon/llassettype.h
diff options
context:
space:
mode:
authorMnikolenko Productengine <mnikolenko@productengine.com>2024-08-20 23:09:14 +0300
committerMnikolenko Productengine <mnikolenko@productengine.com>2024-08-20 23:09:14 +0300
commit3cef79d979f2d21c29d17d123d6c166b9f7e7e0e (patch)
tree8f3ff9a120f590bfa4fb90904eae7cb4232f4342 /indra/llcommon/llassettype.h
parentab0f7ff14cd80b89524ba95eb5a39e2d6df55b26 (diff)
Add collectDescendentsIf api for Lua
Diffstat (limited to 'indra/llcommon/llassettype.h')
-rw-r--r--indra/llcommon/llassettype.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/indra/llcommon/llassettype.h b/indra/llcommon/llassettype.h
index 1989155550..4185063ae5 100644
--- a/indra/llcommon/llassettype.h
+++ b/indra/llcommon/llassettype.h
@@ -163,6 +163,8 @@ public:
static bool lookupIsAssetFetchByIDAllowed(EType asset_type); // the asset allows direct download
static bool lookupIsAssetIDKnowable(EType asset_type); // asset data can be known by the viewer
+ static LLSD getTypeNames();
+
static const std::string BADLOOKUP;
protected: