WoW:API GuildRosterSetPublicNote: Difference between revisions

Removed the entire Details section - you can no longer insert UI escape sequences. Example section will be enough now :(
mNo edit summary
(Removed the entire Details section - you can no longer insert UI escape sequences. Example section will be enough now :()
Line 17: 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