feat(GroupMethods): Expose IsLFGGroup()

This commit is contained in:
Skjalf
2021-11-10 19:02:45 -03:00
parent 70bce937b7
commit 3b2611f918

View File

@@ -39,6 +39,7 @@ namespace LuaGroup
/**
* Returns 'true' if the [Player] is in a LFG group
*
* @param ObjectGuid guid : guid of a possible player
* @return bool isLFGGroup
*/
int IsLFGGroup(lua_State* L, Group* group)