mirror of
https://github.com/EQEmu/Server.git
synced 2026-05-19 13:28:25 +00:00
[Quest API] Add GetBotListByClientName() Class Overload to Perl/Lua. (#2577)
# Perl - Add `$entity_list->GetBotListByClientName(client_name, class_id)`. # Lua - Add `eq.get_entity_list():GetBotListByClientName(client_name, class_id)`. # Notes - Adds overload to get bots by client name and class ID.
This commit is contained in:
@@ -137,6 +137,7 @@ public:
|
||||
Lua_Bot_List GetBotListByCharacterID(uint32 character_id);
|
||||
Lua_Bot_List GetBotListByCharacterID(uint32 character_id, uint8 class_id);
|
||||
Lua_Bot_List GetBotListByClientName(std::string client_name);
|
||||
Lua_Bot_List GetBotListByClientName(std::string client_name, uint8 class_id);
|
||||
Lua_Bot GetRandomBot();
|
||||
Lua_Bot GetRandomBot(float x, float y, float z, float distance);
|
||||
Lua_Bot GetRandomBot(float x, float y, float z, float distance, Lua_Bot exclude_bot);
|
||||
|
||||
Reference in New Issue
Block a user