mirror of
https://github.com/EQEmu/Server.git
synced 2026-05-22 16:28:28 +00:00
[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:
@@ -577,6 +577,7 @@ public:
|
||||
bool IsPetOwnerBot();
|
||||
bool IsPetOwnerClient();
|
||||
bool IsPetOwnerNPC();
|
||||
bool IsDestructibleObject();
|
||||
};
|
||||
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user