Returns whether one of the player's auctions can be canceled.
Returns whether one of the player's auctions can be canceled. Generally, non-cancelable auctions are those which have completed but for which payment has not yet been delivered.
Signature:
Code
canCancel = CanCancelAuction(index)
Arguments:
index - Index of an auction in the "owner" listing (number)
Returns:
canCancel - 1 if the auction can be canceled; otherwise nil (1nil)