|
|
| Line 1: |
Line 1: |
| <center>'''CanMerchantRepair''' ''-Documentation by [[user:Fenaoin|Fenaoin]]-''</center>
| | {{wowapi}} __NOTOC__ |
| | | Can the merchant repair items or not. |
| <!-- List return values and arguments as well as function name, follow Blizzard usage convention for args -->
| |
| | |
| canRepair = CanMerchantRepair(); | | canRepair = CanMerchantRepair(); |
|
| |
|
| <!-- Describe the purpose of the function, though exhausting detail can be saved for a later section -->
| | ==Parameters== |
| Can the merchant repair items or not.
| | ===Returns=== |
| | | :;canRepair : Number - Is 1 if the merchant can repair, nil otherwise. |
| ----
| |
| ;''Arguments''
| |
| | |
| <!-- List each argument, together with its type -->
| |
| :none
| |
| | |
| ----
| |
| ;''Returns''
| |
| | |
| <!-- List each return value, together with its type -->
| |
| :canRepair
| |
| :;canRepair : Number - Is 1 if the merchant can repair, nil otherwise | |
| | |
| ----
| |
| {{Template:WoW API}}
| |