mirror of
https://github.com/EQEmu/Server.git
synced 2026-09-03 05:16:37 +00:00
[Quest API] Add Owner methods to Perl/Lua. (#2542)
* [Quest API] Add Owner methods to Perl/Lua. # Perl - Add `$mob->GetOwner()` to Perl. # Lua - Add `mob:GetOwnerID()` to Lua. # Notes - `GetOwner()` exists in Lua, but not Perl. - `GetOwnerID()` exists in Perl, but not Lua. * Update lua_mob.cpp
This commit is contained in:
@@ -208,6 +208,7 @@ public:
|
||||
void SpellEffect(Lua_Mob caster, int spell_id, double partial);
|
||||
Lua_Mob GetPet();
|
||||
Lua_Mob GetOwner();
|
||||
uint16 GetOwnerID();
|
||||
Lua_Mob GetUltimateOwner();
|
||||
Lua_HateList GetHateList();
|
||||
Lua_HateList GetShuffledHateList();
|
||||
|
||||
Reference in New Issue
Block a user