TrinityCore
Loading...
Searching...
No Matches
PlayerMovementPendingChange Struct Reference

#include <Unit.h>

Classes

struct  KnockbackInfo
 

Public Member Functions

 PlayerMovementPendingChange ()
 

Public Attributes

uint32 movementCounter = 0
 
MovementChangeType movementChangeType = MovementChangeType::INVALID
 
uint32 time
 
float newValue = 0.0f
 
bool apply = false
 
struct PlayerMovementPendingChange::KnockbackInfo knockbackInfo
 

Detailed Description

Definition at line 301 of file Unit.h.

Constructor & Destructor Documentation

◆ PlayerMovementPendingChange()

PlayerMovementPendingChange::PlayerMovementPendingChange ( )

Definition at line 13038 of file Unit.cpp.

+ Here is the call graph for this function:

Member Data Documentation

◆ apply

bool PlayerMovementPendingChange::apply = false

Definition at line 310 of file Unit.h.

◆ knockbackInfo

struct PlayerMovementPendingChange::KnockbackInfo PlayerMovementPendingChange::knockbackInfo

◆ movementChangeType

MovementChangeType PlayerMovementPendingChange::movementChangeType = MovementChangeType::INVALID

Definition at line 306 of file Unit.h.

◆ movementCounter

uint32 PlayerMovementPendingChange::movementCounter = 0

Definition at line 305 of file Unit.h.

◆ newValue

float PlayerMovementPendingChange::newValue = 0.0f

Definition at line 309 of file Unit.h.

◆ time

uint32 PlayerMovementPendingChange::time

Definition at line 307 of file Unit.h.


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