Class AuctionEntry [-] [+]
Represents a live auction listing, including the listed item, seller, bid state, buyout value, deposit, and expiration data.
Methods
| BuildMailBody |
Builds the auction mail body string for this auction. |
| BuildMailSubject |
Builds mail subject for auction mail |
| GetAuctionCut |
Returns the auction house cut (fee) |
| GetAuctionHouseEntry |
Returns the underlying AuctionHouse DBC entry used by this auction. |
| GetAuctionOutBid |
Returns the minimum outbid amount |
| GetBid |
Returns the current bid |
| GetBidder |
Returns the current bidder as Player object (if online) |
| GetBidderGuid |
Returns the current bidder GUID |
| GetBuyout |
Returns the buyout price |
| GetDeposit |
Returns the deposit amount |
| GetExpireTime |
Returns the expire time (Unix timestamp) |
| GetFactionId |
Returns the auction house faction for this auction. |
| GetHouseId |
Returns the auction house ID |
| GetId |
Returns the auction ID |
| GetItem |
Returns the Item object from auction house cache |
| GetItemCount |
Returns the item count |
| GetItemEntry |
Returns the item template/entry ID |
| GetItemGuid |
Returns the item GUID |
| GetOwner |
Returns the owner as Player object (if online) |
| GetOwnerGuid |
Returns the owner GUID (seller) |
| GetStartBid |
Returns the starting bid |
| GetTimeLeft |
Returns seconds until auction expires |
| HasBidder |
Checks if auction has a bidder |
| IsExpired |
Checks if auction is expired |