[Saylinks] Add Silent helper (#2372)

* [Saylinks] Add Silent helper

* Swap out usage in door manipulation for silent saylink helper
This commit is contained in:
Chris Miles
2022-08-13 18:44:53 -05:00
committed by GitHub
parent f6889d20e9
commit 597b041d92
3 changed files with 35 additions and 47 deletions
+2 -1
View File
@@ -129,7 +129,8 @@ namespace EQ
class Saylink {
public:
static std::string Create(std::string saylink_text, bool silent, std::string link_name);
static std::string Create(const std::string &saylink_text, bool silent, const std::string &link_name);
static std::string Silent(const std::string &saylink_text, const std::string &link_name);
};
#endif /*COMMON_SAY_LINK_H*/