Returns information about a stationery type. Only returns information for the default stationery type; the stationery feature for sending mail is not implemented in the current version of World of Warcraft.
See also Mail functions.
Signature:
name, texture, cost = GetStationeryInfo(index)
Arguments:
index- Index of a stationery type (between 1 andGetNumStationeries()) (number)
Returns:
name- Name of the stationery type (string)texture- Path to an icon texture for the stationery type (string)cost- Cost to use the stationery when sending a message, in addition to normal postage (in copper) (number)
This function does nothing in the standard game client and is used by Blizzard for internal purposes