WoW:API GetSelectedStationeryTexture: Difference between revisions

m
(New page: {{wowapi}} __NOTOC__ Gets the selected stationery texture. local texture = GetSelectedStationeryTexture() == Arguments == :None == Returns == :;texture : String - The path to the se...)
 
Line 17: Line 17:


: Not yet fully implemented. Currently it returns "STATIONERYTEST" when the mailbox is open.
: Not yet fully implemented. Currently it returns "STATIONERYTEST" when the mailbox is open.
: It is used to generate a mail background when you want to send a mail to someone, the file "Interface\Stationery\STATIONERYTEST1.blp" is the background (left side) and "Interface\Stationery\STATIONERYTEST2.blp" on the right side. The system is simple, the string returned will be used to find the background image your mail will get.
: All files in the Stationery directory go like this: "Interface\Stationery\<string>1.blp"
Anonymous user