WoW:API GetMoney

From AddOn Studio
Revision as of 13:33, 21 May 2005 by WoWWiki>Gnormy
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

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