[Quest API] Add IsDestructibleObject() to Perl/Lua (#4153)

# Perl
- Add `$mob-.IsDestructibleObject()`.

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

# Notes
- Allows operators to determine if a mob is a destructible object.
This commit is contained in:
Alex King
2024-03-03 11:43:54 -05:00
committed by GitHub
parent 4896688ac5
commit b2fc59878a
3 changed files with 14 additions and 0 deletions
+1
View File
@@ -577,6 +577,7 @@ public:
bool IsPetOwnerBot();
bool IsPetOwnerClient();
bool IsPetOwnerNPC();
bool IsDestructibleObject();
};
#endif