mirror of
https://github.com/loot/libloot.git
synced 2026-07-27 14:16:01 -07:00
Add Database::set_user_general_messages()
This commit is contained in:
@@ -191,6 +191,14 @@ public:
|
||||
virtual std::vector<Message> GetUserGeneralMessages(
|
||||
bool evaluateConditions = false) const = 0;
|
||||
|
||||
/**
|
||||
* @brief Sets the general messages to store in the userlist, replacing any
|
||||
* messages already stored there.
|
||||
* @param messages
|
||||
* The messages to set.
|
||||
*/
|
||||
virtual void SetUserGeneralMessages(const std::vector<Message>& messages) = 0;
|
||||
|
||||
/**
|
||||
* @brief Gets the groups that are defined in the loaded metadata lists.
|
||||
* @param includeUserMetadata
|
||||
|
||||
Reference in New Issue
Block a user