WoW:API GetInboxText: Difference between revisions

From AddOn Studio
Jump to navigation Jump to search
(Added basic API description)
(upgraded deprecated template)
Line 1: Line 1:
{{wowapi}}
<center>'''GetInboxText(index)''' ''-Documentation by [[user:Xtrochu]] -''</center>
<center>'''GetInboxText(index)''' ''-Documentation by [[user:Xtrochu]] -''</center>


Line 20: Line 21:
:;isTakeable : Boolean - ?.
:;isTakeable : Boolean - ?.
:;isInvoice : Boolean - not nil if the message is an auction house Invoice. see [[API GetInboxInvoiceInfo|GetInboxInvoiceInfo()]]
:;isInvoice : Boolean - not nil if the message is an auction house Invoice. see [[API GetInboxInvoiceInfo|GetInboxInvoiceInfo()]]
----
{{Template:WoW API}}

Revision as of 18:13, 6 January 2007

WoW API < GetInboxText

GetInboxText(index) -Documentation by user:Xtrochu -
bodyText, texture, isTakeable, isInvoice = GetInboxText(index);

Returns information about a mailbox item.


Arguments
(index)
index
Number - the index of the message (1 is the first message)

Returns


bodyText, texture, isTakeable, isInvoice

bodyText
String - the text of the message.
texture
String - ?.
isTakeable
Boolean - ?.
isInvoice
Boolean - not nil if the message is an auction house Invoice. see GetInboxInvoiceInfo()