WoW API: GetMoney
Jump to navigation
Jump to search
Returns an integer value of your held money.
money = GetMoney();
Parameters
Arguments
- None
Returns
- money
- Number - The amount of money in copper. This will need to be parsed to display gold, silver, copper seperately. Format could be expressed as ..ggggsscc
Example
/script DEFAULT_CHAT_FRAME:AddMessage(GetMoney(),1,1,1);
/script SendChatMessage("I have "..GetMoney().." copper.")
Result
1112233
[Player] says: I have 1112233 copper.
Assuming the player has Template:Gsc.