Wowpedia

We have moved to Warcraft Wiki. Click here for information and the new URL.

READ MORE

Wowpedia
(cat)
(Updated to match the current API boilerplate.)
(One intermediate revision by one other user not shown)
Line 1: Line 1:
{{wowapi}}
+
{{wowapi}} __NOTOC__
  +
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


Changes the Guild Info to selected text.

SetGuildInfoText("text")


Arguments

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


Returns

nil