1
0
mirror of https://github.com/vcmi/vcmi.git synced 2025-11-29 23:07:48 +02:00

Show artifact description and icon on right click if UI tweaks are on

This commit is contained in:
Ivan Savenko
2023-11-02 15:51:08 +02:00
parent c1c2119f3d
commit d7d8177390
2 changed files with 29 additions and 0 deletions

View File

@@ -86,6 +86,9 @@ public:
void blockingDialogAnswered(const CGHeroInstance *hero, ui32 answer) const override;
std::string getObjectName() const override;
std::string getPopupText(PlayerColor player) const override;
std::string getPopupText(const CGHeroInstance * hero) const override;
std::vector<Component> getPopupComponents(PlayerColor player) const override;
void pick( const CGHeroInstance * h ) const;
void initObj(CRandomGenerator & rand) override;