Skip to content
Snippets Groups Projects

Local Inventory setup, Hex editor, Legacy Profiles that aren't ass, and sundry methods abound

Merged Botnet4U requested to merge oh-the-humanity into main
72 files
+ 6198
141
Compare changes
  • Side-by-side
  • Inline
Files
72
@@ -244,3 +244,15 @@ bool LLAssetType::lookupIsAssetIDKnowable(EType asset_type)
}
return false;
}
std::vector<std::string> LLAssetType::getAssetTypeNames()
{
std::vector<std::string> names;
const LLAssetDictionary& dict = LLAssetDictionary::instanceFast();
for (const auto& dict_pair : dict)
{
const AssetEntry* entry = dict_pair.second;
names.push_back(entry->mTypeName);
}
return names;
}
Loading