mirror of
https://github.com/EQEmu/Server.git
synced 2026-09-02 00:06:36 +00:00
[Quest API] Add GetBotListByCharacterID() to Perl/Lua. (#2069)
This commit is contained in:
@@ -526,6 +526,7 @@ public:
|
||||
inline const std::unordered_map<uint16, Client *> &GetClientList() { return client_list; }
|
||||
#ifdef BOTS
|
||||
inline const std::list<Bot *> &GetBotList() { return bot_list; }
|
||||
std::vector<Bot *> GetBotListByCharacterID(uint32 character_id);
|
||||
std::vector<Bot *> GetBotListByClientName(std::string client_name);
|
||||
#endif
|
||||
inline const std::unordered_map<uint16, Corpse *> &GetCorpseList() { return corpse_list; }
|
||||
|
||||
Reference in New Issue
Block a user