TrinityCore
Loading...
Searching...
No Matches
Movement::PacketBuilder Class Reference

#include <MovementPacketBuilder.h>

Static Public Member Functions

static void WriteMonsterMove (MoveSpline const &mov, ByteBuffer &data)
 
static void WriteStopMovement (G3D::Vector3 const &loc, uint32 splineId, ByteBuffer &data)
 
static void WriteCreate (MoveSpline const &mov, ByteBuffer &data)
 
static void WriteSplineSync (MoveSpline const &mov, ByteBuffer &data)
 

Static Private Member Functions

static void WriteCommonMonsterMovePart (MoveSpline const &mov, ByteBuffer &data)
 

Detailed Description

Definition at line 32 of file MovementPacketBuilder.h.

Member Function Documentation

◆ WriteCommonMonsterMovePart()

void Movement::PacketBuilder::WriteCommonMonsterMovePart ( MoveSpline const &  mov,
ByteBuffer data 
)
staticprivate

Definition at line 44 of file MovementPacketBuilder.cpp.

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

◆ WriteCreate()

void Movement::PacketBuilder::WriteCreate ( MoveSpline const &  mov,
ByteBuffer data 
)
static

Definition at line 147 of file MovementPacketBuilder.cpp.

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

◆ WriteMonsterMove()

void Movement::PacketBuilder::WriteMonsterMove ( MoveSpline const &  mov,
ByteBuffer data 
)
static

Definition at line 130 of file MovementPacketBuilder.cpp.

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

◆ WriteSplineSync()

static void Movement::PacketBuilder::WriteSplineSync ( MoveSpline const &  mov,
ByteBuffer data 
)
static

◆ WriteStopMovement()

void Movement::PacketBuilder::WriteStopMovement ( G3D::Vector3 const &  loc,
uint32  splineId,
ByteBuffer data 
)
static

Definition at line 88 of file MovementPacketBuilder.cpp.

+ Here is the caller graph for this function:

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