WoW:API CanMerchantRepair: Difference between revisions

From AddOn Studio
Jump to navigation Jump to search
m (cat)
m (Move page script moved page API CanMerchantRepair to API CanMerchantRepair without leaving a redirect)
 
(2 intermediate revisions by 2 users not shown)
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 : Boolean - Is true if the merchant can repair, false 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}}

Latest revision as of 04:45, 15 August 2023

WoW API < CanMerchantRepair

Can the merchant repair items or not.

canRepair = CanMerchantRepair();

Parameters[edit]

Returns[edit]

canRepair
Boolean - Is true if the merchant can repair, false otherwise.