WoW:API GetGuildRosterMOTD: Difference between revisions
Jump to navigation
Jump to search
(fill in) |
mNo edit summary |
||
Line 1: | Line 1: | ||
{{wowapi}} | {{wowapi}} | ||
Gets the guild message of the day | |||
local guildMOTD = GetGuildRosterMOTD() | |||
== Parameters == | |||
=== Arguments === | |||
: none | |||
=== Returns === | |||
* guildMOTD (string) - The guild Message of the Day | |||
== External links == | == External links == | ||
{{elink|site=WoWProgramming.com|link=http://wowprogramming.com/docs/api/GetGuildRosterMOTD|desc=GetGuildRosterMOTD}} | {{elink|site=WoWProgramming.com|link=http://wowprogramming.com/docs/api/GetGuildRosterMOTD|desc=GetGuildRosterMOTD}} |
Revision as of 02:02, 21 June 2020
← WoW API < GetGuildRosterMOTD
Gets the guild message of the day
local guildMOTD = GetGuildRosterMOTD()
Parameters
Arguments
- none
Returns
- guildMOTD (string) - The guild Message of the Day