WoW API: GuildRosterSetPublicNote
← WoW API < GuildRosterSetPublicNote
Sets the public note of a guild member.
GuildRosterSetPublicNote(index, "Text")
ArgumentsEdit
- (index, "Text")
- index
- The position a member is in the guild roster. This can be found by counting from the top down to the member or by selecting the member and using the GetGuildRosterSelection() function.
- Text
- Text to be set to the public note of the index.
ExampleEdit
GuildRosterSetPublicNote(GetGuildRosterSelection(), "My Public Note")