WoW:API GetMoney

Revision as of 21:00, 31 December 2005 by WoWWiki>Liukus

Returns an integer value of your held money.

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);

Another Example:

/script SendChatMessage("I have "..GetMoney().." copper.")