m
Move page script moved page API GetGuildInfo to WoW:API GetGuildInfo without leaving a redirect
(Fixed links to GUILD_ROSTER_UPDATE and PLAYER_GUILD_UPDATE events) |
m (Move page script moved page API GetGuildInfo to WoW:API GetGuildInfo without leaving a redirect) |
||
| (One intermediate revision by one other user not shown) | |||
| Line 8: | Line 8: | ||
===Returns=== | ===Returns=== | ||
:;guildName : String - The name of the guild the unit is in (or nil?). | :;guildName | ||
:;guildRankName : String - unit's rank in unit's guild. | :: String - The name of the guild the unit is in (or nil?). | ||
:;guildRankIndex : Integer - unit's rank (index). - zero based index (0 is Guild Master, 1 and above are lower ranks) | :;guildRankName | ||
:: String - unit's rank in unit's guild. | |||
:;guildRankIndex | |||
:: Integer - unit's rank (index). - zero based index (0 is Guild Master, 1 and above are lower ranks) | |||
:;realmName | |||
:: String - the host realm name for connected realms, otherwise nil (same as player's realm). | |||
==Details== | ==Details== | ||