WoW:API GetCoinIcon: Difference between revisions

From AddOn Studio
Jump to navigation Jump to search
No edit summary
(upgraded deprecated template)
Line 1: Line 1:
{{wowapi}}
<center>'''GetCoinIcon''' ''-Documentation by [[User:The Nerd Wonder|The Nerd Wonder]]-''</center>
<center>'''GetCoinIcon''' ''-Documentation by [[User:The Nerd Wonder|The Nerd Wonder]]-''</center>



Revision as of 17:50, 6 January 2007

WoW API < GetCoinIcon

GetCoinIcon -Documentation by The Nerd Wonder-
texturePath = GetCoinIcon(amount);


Returns the path to the texture used for a given amount of money.



Arguments
(amount)
amount
number - amount of money in copper



Returns
texturePath
texturePath
String - Path to icon used for the amount of money.



Details

Currently returns "Interface/Icons/INV_Misc_Coin_XX", where XX ranges from 01 to 06. Respectively, these correspond to

01, 02 - Gold coins (loose and stack)
03, 04 - Silver coins (loose and stack)
05, 06 - Copper coins (loose and stack)

Template:WoW API