mirror of
https://github.com/loot/libloot.git
synced 2026-07-27 14:16:01 -07:00
Add support for ESL plugins
The heavy lifting is done by esplugin and libloadorder.
This commit is contained in:
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user