WoW:API SetGuildInfoText: Difference between revisions

From AddOn Studio
Jump to navigation Jump to search
(cat)
m (Move page script moved page API SetGuildInfoText to WoW:API SetGuildInfoText without leaving a redirect)
 
(2 intermediate revisions by 2 users not shown)
Line 1: Line 1:
{{wowapi}}
{{wowapi}} __NOTOC__
Changes the Guild Info to selected text.<br>
 
<pre>
 
SetGuildInfoText("text");
Changes the Guild Info to selected text.
</pre>
SetGuildInfoText("text")
 
 
== Arguments ==
:; "text" : String - The text to set as the guild info.
 
 
== Returns ==
:nil

Latest revision as of 04:47, 15 August 2023

WoW API < SetGuildInfoText


Changes the Guild Info to selected text.

SetGuildInfoText("text")


Arguments

"text"
String - The text to set as the guild info.


Returns

nil