TrinityCore
WorldPackets::Taxi::ShowTaxiNodes Class Referencefinal

#include <TaxiPackets.h>

+ Inheritance diagram for WorldPackets::Taxi::ShowTaxiNodes:

Public Member Functions

 ShowTaxiNodes ()
 
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 () override final
 
void Clear ()
 
WorldPacket && Move ()
 
void ShrinkToFit ()
 
OpcodeServer GetOpcode () const
 
- Public Member Functions inherited from WorldPackets::Packet
 Packet (WorldPacket &&worldPacket)
 
virtual ~Packet ()=default
 
 Packet (Packet const &right)=delete
 
Packetoperator= (Packet const &right)=delete
 
virtual WorldPacket const * Write ()=0
 
virtual void Read ()=0
 
WorldPacket const * GetRawPacket () const
 
size_t GetSize () const
 
ConnectionType GetConnection () const
 

Public Attributes

Optional< ShowTaxiNodesWindowInfoWindowInfo
 
TaxiMask CanLandNodes
 
TaxiMask CanUseNodes
 

Additional Inherited Members

- Protected Attributes inherited from WorldPackets::Packet
WorldPacket _worldPacket
 

Detailed Description

Definition at line 57 of file TaxiPackets.h.

Constructor & Destructor Documentation

◆ ShowTaxiNodes()

WorldPackets::Taxi::ShowTaxiNodes::ShowTaxiNodes ( )
inline

Definition at line 60 of file TaxiPackets.h.

Member Function Documentation

◆ Write()

WorldPacket const * WorldPackets::Taxi::ShowTaxiNodes::Write ( )
overridevirtual

Implements WorldPackets::Packet.

Definition at line 34 of file TaxiPackets.cpp.

+ Here is the call graph for this function:
+ Here is the caller graph for this function:

Member Data Documentation

◆ CanLandNodes

TaxiMask WorldPackets::Taxi::ShowTaxiNodes::CanLandNodes

Definition at line 65 of file TaxiPackets.h.

◆ CanUseNodes

TaxiMask WorldPackets::Taxi::ShowTaxiNodes::CanUseNodes

Definition at line 66 of file TaxiPackets.h.

◆ WindowInfo

Optional<ShowTaxiNodesWindowInfo> WorldPackets::Taxi::ShowTaxiNodes::WindowInfo

Definition at line 64 of file TaxiPackets.h.


The documentation for this class was generated from the following files: