summaryrefslogtreecommitdiff
path: root/indra/llcommon/llassettype.h
diff options
context:
space:
mode:
authorMaxim Nikolenko <maximnproductengine@lindenlab.com>2024-08-27 17:35:24 +0300
committerGitHub <noreply@github.com>2024-08-27 17:35:24 +0300
commitc225b44a59ddd6b84105ace4181b3ca9f7439bfa (patch)
treee79d4f065c1d47ce9e9bbd2f2f20d089c7c9027c /indra/llcommon/llassettype.h
parent3919e85f89d2d95af3bd4b824293d6eda6a80162 (diff)
parent27ce2a23a286709c90579db31c2551e0c3f292e7 (diff)
Merge pull request #2384 from secondlife/lua-inventory
Lua inventory api
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: