TrinityCore
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Modules Pages
MovementInfo::JumpInfo Struct Reference

#include <Object.h>

Public Member Functions

void Reset ()
 

Public Attributes

uint32 fallTime
 
float zspeed
 
float sinAngle
 
float cosAngle
 
float xyspeed
 

Member Function Documentation

void MovementInfo::JumpInfo::Reset ( )
inline
304  {
305  fallTime = 0;
306  zspeed = sinAngle = cosAngle = xyspeed = 0.0f;
307  }
uint32 fallTime
Definition: Object.h:309
float cosAngle
Definition: Object.h:311
float zspeed
Definition: Object.h:311
float sinAngle
Definition: Object.h:311
float xyspeed
Definition: Object.h:311

+ Here is the caller graph for this function:

Member Data Documentation

float MovementInfo::JumpInfo::cosAngle
uint32 MovementInfo::JumpInfo::fallTime
float MovementInfo::JumpInfo::sinAngle
float MovementInfo::JumpInfo::xyspeed
float MovementInfo::JumpInfo::zspeed

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