loot / libloot

A C++ library for accessing LOOT's metadata and sorting functionality.
GNU General Public License v3.0
32 stars 12 forks source link

Add support for an `is_master(file path)` metadata condition #60

Closed Ortham closed 4 years ago

Ortham commented 4 years ago

It should return true if the given file path is a plugin that is a master (e.g. it has its master flag set) and false otherwise. loot-condition-interpreter can use esplugin to get the correct logic for determining that.

Ortham commented 4 years ago

Done in af5f83012875c50d68f56cfbaca970f4a952c2be.