WoW:API ClearSendMail: 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}}
Clears everything that has been typed into the 'Send Mail' window.<br>


<pre>
 
ClearSendMail();
Clears everything that has been typed into the 'Send Mail' window.
</pre>
ClearSendMail()
 
 
== Arguments ==
:none
 
 
== Returns ==
:nil

Revision as of 17:20, 25 June 2007

WoW API < ClearSendMail


Clears everything that has been typed into the 'Send Mail' window.

ClearSendMail()


Arguments

none


Returns

nil