WoW:API MoneyInputFrame GetCopper: Difference between revisions
Jump to navigation
Jump to search
(removed code block) |
m (Move page script moved page API MoneyInputFrame GetCopper to API MoneyInputFrame GetCopper without leaving a redirect) |
||
(2 intermediate revisions by 2 users not shown) | |||
Line 1: | Line 1: | ||
{{ | {{wowapi}} | ||
Returns the amount of money entered in a MoneyInputFrame in copper pieces. | Returns the amount of money entered in a MoneyInputFrame in copper pieces. | ||
local copper = MoneyInputFrame_GetCopper(moneyFrame) | |||
== Parameters == | |||
=== Arguments === | |||
== Arguments == | * moneyFrame (frame) - The money frame, to calculate the copper pieces for. | ||
== Returns == | == 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. | |||
Latest revision as of 04:46, 15 August 2023
← WoW API < MoneyInputFrame GetCopper
Returns the amount of money entered in a MoneyInputFrame in copper pieces.
local copper = MoneyInputFrame_GetCopper(moneyFrame)
Parameters[edit]
Arguments[edit]
- moneyFrame (frame) - The money frame, to calculate the copper pieces for.
Returns[edit]
- 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.