Update GuildMethods.h

This commit is contained in:
Rochet2
2017-03-15 12:41:30 +02:00
committed by GitHub
parent c971ca6518
commit d7637637e1

View File

@@ -15,6 +15,8 @@ namespace LuaGuild
/**
* Returns a table with the [Player]s in this [Guild]
*
* Only the players that are online and on some map.
*
* @return table guildPlayers : table of [Player]s
*/
int GetMembers(Eluna* /*E*/, lua_State* L, Guild* guild)