Open main menu
Home
Random
Log in
Settings
About AddOn Studio
Disclaimers
AddOn Studio
Search
Editing
WoW:API GuildRosterSetOfficerNote
Warning:
You are not logged in. Your IP address will be publicly visible if you make any edits. If you
log in
or
create an account
, your edits will be attributed to your username, along with other benefits.
Anti-spam check. Do
not
fill this in!
{{wowapi}} Sets the public note of a guild member. <!-- List return values and arguments as well as function name, follow Blizzard usage convention for args --> GuildRosterSetOfficerNote(index, "Text") == Arguments == <!-- List each argument, together with its type --> :(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 officer note of the index. == Example == <!-- If it helps, include an example here, though it's not required if the usage is self-explanatory --> GuildRosterSetOfficerNote(GetGuildRosterSelection(), "My Officer Note") == Details == <!-- Details not appropriate for the main description can go here. REMOVE the section if you're just going to restate the intro line! --> color can be added to public notes, officer notes, guild info and guild MOTD using [[UI Escape Sequences]] <pre>GuildRosterSetOfficerNote(GetGuildRosterSelection(), "|cFFFF0000This Looks Red!")</pre> or <pre>/script GuildRosterSetOfficerNote(GetGuildRosterSelection(), "\124cFFFF0000This Looks Red!") </pre> for in game text editing
Summary:
Please note that all contributions to AddOn Studio are considered to be released under the Creative Commons Attribution-NonCommercial-ShareAlike (see
AddOn Studio Wiki:Copyrights
for details).
Submissions must be written by you, or copied from a public domain or similar free resource (see
AddOn Studio Wiki:Copyrights
for details).
Cancel
Editing help
(opens in new window)
Templates used on this page:
Template:Apinav
(
edit
)
Template:Editlink
(
edit
)
Template:Tocright
(
edit
)
Template:Wowapi
(
edit
)
Close
Loading editor…