WoW:API GuildRosterSetPublicNote: Difference between revisions
Jump to navigation
Jump to search
(Removed the entire Details section - you can no longer insert UI escape sequences. Example section will be enough now :() |
m (Move page script moved page API GuildRosterSetPublicNote to API GuildRosterSetPublicNote without leaving a redirect) |
(No difference)
| |
Latest revision as of 04:46, 15 August 2023
← WoW API < GuildRosterSetPublicNote
Sets the public note of a guild member.
GuildRosterSetPublicNote(index, "Text")
Arguments
- (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.
Example
GuildRosterSetPublicNote(GetGuildRosterSelection(), "My Public Note")