Add support for ESL plugins

The heavy lifting is done by esplugin and libloadorder.
This commit is contained in:
Oliver Hamlet
2017-10-13 22:33:41 +01:00
parent 89839fdc74
commit bc3ae6d7f8
7 changed files with 72 additions and 12 deletions
+6
View File
@@ -85,6 +85,12 @@ public:
*/
virtual bool IsMaster() const = 0;
/**
* Check if the plugin is a light master.
* @return True if plugin is a light master, false otherwise.
*/
virtual bool IsLightMaster() const = 0;
/**
* Check if the plugin contains any records other than its TES4 header.
* @return True if the plugin only contains a TES4 header, false otherwise.