[Quest API] Add GetDeityName() to Perl/Lua (#4180)

# Perl
- Add `$mob->GetDeityName()`.

# Lua
- Add `mob:GetDeityName()`.

# Notes
- Allows operators to get a mob's deity name.
This commit is contained in:
Alex King
2024-03-13 20:27:31 -04:00
committed by GitHub
parent 6ca11256c6
commit 95cc22ffbb
3 changed files with 14 additions and 0 deletions
+1
View File
@@ -582,6 +582,7 @@ public:
bool IsControllableBoat();
int GetHeroicStrikethrough();
bool IsAlwaysAggro();
std::string GetDeityName();
};
#endif