![]() |
TrinityCore
|
#include <AuctionHousePackets.h>
Public Member Functions | |
| AuctionCommandResult () | |
| void | InitializeAuction (::AuctionEntry *auction) |
| WorldPacket const * | Write () override |
Public Member Functions inherited from WorldPackets::ServerPacket | |
| ServerPacket (OpcodeServer opcode, size_t initialSize=200, ConnectionType connection=CONNECTION_TYPE_DEFAULT) | |
| void | Read () overridefinal |
| void | Clear () |
| WorldPacket && | Move () |
| OpcodeServer | GetOpcode () const |
Public Member Functions inherited from WorldPackets::Packet | |
| Packet (WorldPacket &&worldPacket) | |
| virtual | ~Packet ()=default |
| Packet (Packet const &right)=delete | |
| Packet & | operator= (Packet const &right)=delete |
| WorldPacket const * | GetRawPacket () const |
| size_t | GetSize () const |
| ConnectionType | GetConnection () const |
Public Attributes | |
| uint32 | AuctionItemID = 0 |
| the id of the auction that triggered this notification More... | |
| uint32 | Command = 0 |
| the type of action that triggered this notification. Possible values are AuctionAction More... | |
| int32 | ErrorCode = 0 |
| the error code that was generated when trying to perform the action. Possible values are AuctionError More... | |
| uint64 | Money = 0 |
| the amount of money that the player bid in copper More... | |
| int32 | BagResult = 0 |
| the bid error. Possible values are AuctionError More... | |
| ObjectGuid | Guid |
| the GUID of the bidder for this auction. More... | |
| uint64 | MinIncrement = 0 |
| the sum of outbid is (1% of current bid) * 5, if the bid is too small, then this value is 1 copper. More... | |
Additional Inherited Members | |
Protected Attributes inherited from WorldPackets::Packet | |
| WorldPacket | _worldPacket |
| WorldPackets::AuctionHouse::AuctionCommandResult::AuctionCommandResult | ( | ) |
| void WorldPackets::AuctionHouse::AuctionCommandResult::InitializeAuction | ( | ::AuctionEntry * | auction | ) |
Here is the call graph for this function:
Here is the caller graph for this function:
|
overridevirtual |
Implements WorldPackets::Packet.
Here is the caller graph for this function:| uint32 WorldPackets::AuctionHouse::AuctionCommandResult::AuctionItemID = 0 |
the id of the auction that triggered this notification
| int32 WorldPackets::AuctionHouse::AuctionCommandResult::BagResult = 0 |
the bid error. Possible values are AuctionError
| uint32 WorldPackets::AuctionHouse::AuctionCommandResult::Command = 0 |
the type of action that triggered this notification. Possible values are AuctionAction
| int32 WorldPackets::AuctionHouse::AuctionCommandResult::ErrorCode = 0 |
the error code that was generated when trying to perform the action. Possible values are AuctionError
| ObjectGuid WorldPackets::AuctionHouse::AuctionCommandResult::Guid |
the GUID of the bidder for this auction.
| uint64 WorldPackets::AuctionHouse::AuctionCommandResult::MinIncrement = 0 |
the sum of outbid is (1% of current bid) * 5, if the bid is too small, then this value is 1 copper.
| uint64 WorldPackets::AuctionHouse::AuctionCommandResult::Money = 0 |
the amount of money that the player bid in copper
1.8.8