Returns an icon representing an amount of money


See also Money functions.

Signature:

icon = GetCoinIcon(amount)

Arguments:

  • amount - Amount of money in copper (number)

Returns:

  • icon - Path to an icon texture representing the amount (string)
    • Interface\Icons\INV_Misc_Coin_01 - Small amount of Gold
    • Interface\Icons\INV_Misc_Coin_02 - Large amount of Gold
    • Interface\Icons\INV_Misc_Coin_03 - Small amount of Silver
    • Interface\Icons\INV_Misc_Coin_04 - Large amount of Silver
    • Interface\Icons\INV_Misc_Coin_05 - Small amount of Copper
    • Interface\Icons\INV_Misc_Coin_06 - Large amount of Copper