WoW:API CanMerchantRepair: Difference between revisions

From AddOn Studio
Jump to navigation Jump to search
m (cat)
({{wowapi}}, format)
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}}

Revision as of 23:27, 23 December 2006

WoW API < CanMerchantRepair

Can the merchant repair items or not.

canRepair = CanMerchantRepair();

Parameters

Returns

canRepair
Number - Is 1 if the merchant can repair, nil otherwise.