WoW API: MoneyInputFrame GetCopper

WoW API < MoneyInputFrame GetCopper

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

local copper = MoneyInputFrame_GetCopper(moneyFrame)

ParametersEdit

ArgumentsEdit

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

ReturnsEdit

  • 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.