WoW:API GuildRosterSetPublicNote: Difference between revisions

m
Move page script moved page API GuildRosterSetPublicNote to WoW:API GuildRosterSetPublicNote without leaving a redirect
(Added Page)
 
m (Move page script moved page API GuildRosterSetPublicNote to WoW:API GuildRosterSetPublicNote without leaving a redirect)
 
(2 intermediate revisions by 2 users not shown)
Line 1: Line 1:
{{wowapi}} __NOTOC__
{{wowapi}}  
 
<!-- Describe the purpose of the function, exhausting detail can be saved for a later section -->
<center><b>GuildRosterSetPublicNote</b> - <i>Documentation by [[User:Baragu|Baragu]]</i></center>
Sets the public note of a guild member.
Sets the public note of a guild member.
<!-- List return values and arguments as well as function name, follow Blizzard usage convention for args -->
<!-- List return values and arguments as well as function name, follow Blizzard usage convention for args -->
Line 20: Line 17:
<!-- If it helps, include an example here, though it's not required if the usage is self-explanatory -->
<!-- If it helps, include an example here, though it's not required if the usage is self-explanatory -->
  GuildRosterSetPublicNote(GetGuildRosterSelection(), "My Public Note")
  GuildRosterSetPublicNote(GetGuildRosterSelection(), "My Public 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>GuildRosterSetPublicNote(GetGuildRosterSelection(), "|cFFFF0000This Looks Red!")</pre>
or
<pre>/script GuildRosterSetPublicNote(GetGuildRosterSelection(), "\124cFFFF0000This Looks Red!")
</pre>
for in game text editing
Anonymous user