Wowpedia

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

READ MORE

Wowpedia
Register
Advertisement

Returns the text of a message in the mailbox.

bodyText, stationaryMiddle, stationaryEdge, isTakeable, isInvoice = GetInboxText(index)

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

Returns
bodyText
string - the text of the message.
stationaryMiddle
string - the texture for the middle of the stationary.
stationaryEdge
string - the texture for the edge of the stationary.
isTakeable
boolean - whether the copy of the mail text has been taken.
isInvoice
boolean - not nil if the message is an auction house Invoice. see GetInboxInvoiceInfo()
Advertisement