WoW:API SetGuildInfoText: Difference between revisions

From AddOn Studio
Jump to navigation Jump to search
mNo edit summary
(Updated to match the current API boilerplate.)
Line 1: Line 1:
{{wowapi}}
{{wowapi}} __NOTOC__
{{Stub/API}}
 
Changes the Guild Info to selected text.<br>
 
<pre>
Changes the Guild Info to selected text.
SetGuildInfoText("text");
SetGuildInfoText("text")
</pre>
 
 
== Arguments ==
:; "text" : String - The text to set as the guild info.
 
 
== Returns ==
:nil

Revision as of 17:09, 25 June 2007

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