[Quest API] Add GetHeroicStrikethrough() to Perl/Lua (#4150)

- Add `$mob->GetHeroicStrikethrough()`.

- Add `mob:GetHeroicStrikethrough()`.

- Allows operators to get a mob's Heroic Strikethrough.
This commit is contained in:
Alex King
2024-03-03 13:05:01 -05:00
committed by GitHub
parent 5e3b6d363a
commit b766a79c11
3 changed files with 14 additions and 0 deletions
+1
View File
@@ -580,6 +580,7 @@ public:
bool IsDestructibleObject();
bool IsBoat();
bool IsControllableBoat();
int GetHeroicStrikethrough();
};
#endif