WoW API: MoneyInputFrame GetCopper

Revision as of 00:54, 6 October 2007 by WoWWiki>Speeddymon (This is in fact a real API (at least now, dunno about before), so changed to mark as such)

WoW API < MoneyInputFrame GetCopper

Returns the amount of money entered in a MoneyInputFrame in copper pieces.

copper = MoneyInputFrame_GetCopper(moneyFrame)

Arguments

(moneyFrame)
moneyFrame
Frame - The money frame, to calculate the copper pieces for.

Returns

copper
Number - The amount of money in the specified money frame in copper pieces.
0, if nothing was entered in the money frame (i.e. all editboxes are empty).