WoW:API GetSelectedStationeryTexture: Difference between revisions
Jump to navigation
Jump to search
(New page: {{wowapi}} __NOTOC__ Gets the selected stationery texture. local texture = GetSelectedStationeryTexture() == Arguments == :None == Returns == :;texture : String - The path to the se...) |
m (→Details) |
||
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" |
Revision as of 10:07, 19 August 2008
← 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.
- 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"