Wearable export improvements.
Add grid nick to default filename. Add grid nick and date to exported XML. Add inventory path, name and description of item to exported XML.
This commit is contained in:
@@ -987,7 +987,7 @@ private:
|
||||
// General
|
||||
//--------------------------------------------------------------------
|
||||
public:
|
||||
static void dumpArchetypeXML_header(LLAPRFile& file);
|
||||
static void dumpArchetypeXML_header(LLAPRFile& file, std::string const& archetype_name = "???");
|
||||
static void dumpArchetypeXML_footer(LLAPRFile& file);
|
||||
void dumpArchetypeXML(const std::string& prefix, bool group_by_wearables = false);
|
||||
void dumpArchetypeXML_cont(std::string const& fullpath, bool group_by_wearables);
|
||||
|
||||
Reference in New Issue
Block a user