mirror of
https://github.com/EQEmu/Server.git
synced 2026-06-12 00:18:37 +00:00
[Quest API] Add GetLeader() and GetLeaderName() to Perl/Lua. (#2701)
* [Quest API] Add $raid->GetLeader() and $raid->GetLeaderName() * Remove semicolon * Tweaks * Remove inline * Add LUA compatibility * Add GetLeaderName() to LUA * Cast leadername to string * Fix GetLeaderName return type * Tweak
This commit is contained in:
@@ -40,6 +40,8 @@ public:
|
||||
void BalanceHP(int penalty, uint32 group_id);
|
||||
bool IsLeader(const char *c);
|
||||
bool IsLeader(Lua_Client c);
|
||||
Lua_Client GetLeader();
|
||||
std::string GetLeaderName();
|
||||
bool IsGroupLeader(const char *name);
|
||||
bool IsGroupLeader(Lua_Client c);
|
||||
int GetHighestLevel();
|
||||
|
||||
Reference in New Issue
Block a user