mirror of
https://github.com/EQEmu/Server.git
synced 2026-08-29 16:58:02 +00:00
[Bot] Add GetBotOwnerByBotID Method (#2715)
* [Bot] Add GetBotOwnerByBotID Method * Cleanup. * Remove EVENT_DESPAWN exports in Lua. Co-authored-by: Kinglykrab <kinglykrab@gmail.com>
This commit is contained in:
@@ -133,6 +133,8 @@ public:
|
||||
#ifdef BOTS
|
||||
Lua_Bot GetBotByID(uint32 bot_id);
|
||||
Lua_Bot GetBotByName(std::string bot_name);
|
||||
Lua_Client GetBotOwnerByBotEntityID(uint32 entity_id);
|
||||
Lua_Client GetBotOwnerByBotID(uint32 bot_id);
|
||||
Lua_Bot_List GetBotList();
|
||||
Lua_Bot_List GetBotListByCharacterID(uint32 character_id);
|
||||
Lua_Bot_List GetBotListByCharacterID(uint32 character_id, uint8 class_id);
|
||||
|
||||
Reference in New Issue
Block a user