[Quest API] Add GetBotListByCharacterID() to Perl/Lua. (#2069)

This commit is contained in:
Kinglykrab
2022-04-02 17:51:26 -04:00
committed by GitHub
parent ccd0713b33
commit a39a825045
5 changed files with 76 additions and 5 deletions
+1
View File
@@ -128,6 +128,7 @@ public:
Lua_Bot GetBotByID(uint32 bot_id);
Lua_Bot GetBotByName(std::string bot_name);
Lua_Bot_List GetBotList();
Lua_Bot_List GetBotListByCharacterID(uint32 character_id);
Lua_Bot_List GetBotListByClientName(std::string client_name);
#endif
};