mirror of
https://github.com/EQEmu/Server.git
synced 2026-09-02 20:56:37 +00:00
[Quest API] Add Lua_Mob::GetShuffledHateList (#1381)
This returns the hate list but in a random order. This is useful to prevent repeated (potentially infinite ...) calls to GetHateRandom()
This commit is contained in:
committed by
GitHub
parent
854a09fc84
commit
02526072f3
@@ -199,6 +199,7 @@ public:
|
||||
Lua_Mob GetPet();
|
||||
Lua_Mob GetOwner();
|
||||
Lua_HateList GetHateList();
|
||||
Lua_HateList GetShuffledHateList();
|
||||
Lua_HateList GetHateListByDistance();
|
||||
Lua_HateList GetHateListByDistance(int distance);
|
||||
Lua_Mob GetHateTop();
|
||||
|
||||
Reference in New Issue
Block a user