mirror of
https://github.com/EQEmu/Server.git
synced 2026-09-02 20:56:37 +00:00
[Quest API] Add IsFindable() and IsTrackable() to Perl/Lua (#2996)
# Perl - Add `$mob->IsFindable()`. - Add `$mob->IsTrackable()`. # Lua - Add `mob:IsFindable()`. - Add `mob:IsTrackable()`. # Notes - Allows operators to see if a mob is findable or trackable.
This commit is contained in:
@@ -513,6 +513,8 @@ public:
|
||||
void CopyHateList(Lua_Mob to);
|
||||
bool IsAttackAllowed(Lua_Mob target);
|
||||
bool IsAttackAllowed(Lua_Mob target, bool is_spell_attack);
|
||||
bool IsFindable();
|
||||
bool IsTrackable();
|
||||
float GetDefaultRaceSize();
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user