WoW:API EditBox SetText: Difference between revisions

From AddOn Studio
Jump to navigation Jump to search
No edit summary
 
No edit summary
Line 22: Line 22:
----
----
{{Template:WoW API}}
{{Template:WoW API}}
[[Category:API Functions|EditBox]]

Revision as of 15:46, 4 January 2006

SetText -Documentation by DerGhulbus-
editBox:SetText(String)

Sets the editBox's text to the specified string.


Arguments
String
String
the string you want to appear in the EditBox

Returns

???


Details

You should call a SetText("") every time you read from an EditBox, so the command line is free for the next input.


Template:WoW API