WoW:API GetInboxText: Difference between revisions

From AddOn Studio
Jump to navigation Jump to search
(Added basic API description)
m (Move page script moved page API GetInboxText to API GetInboxText without leaving a redirect)
 
(2 intermediate revisions by 2 users not shown)
Line 1: Line 1:
<center>'''GetInboxText(index)''' ''-Documentation by [[user:Xtrochu]] -''</center>
{{wowapi}}


  bodyText, texture, isTakeable, isInvoice = GetInboxText(index);
  bodyText, texture, isTakeable, isInvoice = GetInboxText(index);
Line 20: Line 20:
:;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}}

Latest revision as of 04:46, 15 August 2023

WoW API < GetInboxText

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()