1
0
mirror of https://github.com/vcmi/vcmi.git synced 2025-11-23 22:37:55 +02:00

show invisible

This commit is contained in:
Laserlicht
2025-10-12 16:26:44 +02:00
parent e81d5bc973
commit 5a64fbd89c
8 changed files with 47 additions and 5 deletions

View File

@@ -99,6 +99,7 @@ public:
virtual bool showGrid() const = 0;
virtual bool showVisitable() const = 0;
virtual bool showBlocked() const = 0;
virtual bool showInvisible() const = 0;
/// if true, spell range for teleport / scuttle boat will be visible
virtual bool showSpellRange(const int3 & position) const = 0;