WoW API: GetSelectedStationeryTexture

From AddOn Studio
Revision as of 17:52, 6 June 2007 by WoWWiki>Ravas (New page: {{wowapi}} __NOTOC__ Gets the selected stationery texture. local texture = GetSelectedStationeryTexture() == Arguments == :None == Returns == :;texture : String - The path to the se...)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

WoW API < GetSelectedStationeryTexture


Gets the selected stationery texture.

local texture = GetSelectedStationeryTexture()


Arguments

None


Returns

texture
String - The path to the selected stationery's texture.


Details

Not yet fully implemented. Currently it returns "STATIONERYTEST" when the mailbox is open.