WoW API: GetStationeryInfo

WoW API < GetStationeryInfo


Gets the name, texture path, and cost for stationery.

local name, texture, cost = GetStationeryInfo(index)

ArgumentsEdit

index
Number - The index of the stationery from 1 to GetNumStationeries().


ReturnsEdit

name, texture, cost
name
String - The name of the stationery
texture
String - The path to the texture
cost
Number - The cost of the stationery in copper


DetailsEdit

Not yet fully implemented. Currently an index of 1 returns "Default Stationery".