WoW:API CanMerchantRepair: Difference between revisions

From AddOn Studio
Jump to navigation Jump to search
({{wowapi}}, format)
m (Move page script moved page API CanMerchantRepair to API CanMerchantRepair without leaving a redirect)
 
(One intermediate revision by one other user not shown)
Line 5: Line 5:
==Parameters==
==Parameters==
===Returns===
===Returns===
:;canRepair : Number - Is 1 if the merchant can repair, nil otherwise.
;canRepair : Boolean - Is true if the merchant can repair, false otherwise.

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.