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

#include <SmartScriptMgr.h>

Public Member Functions

 WayPoint (uint32 _id, float _x, float _y, float _z)
 

Public Attributes

uint32 id
 
float x
 
float y
 
float z
 

Constructor & Destructor Documentation

WayPoint::WayPoint ( uint32  _id,
float  _x,
float  _y,
float  _z 
)
inline
34  {
35  id = _id;
36  x = _x;
37  y = _y;
38  z = _z;
39  }
float x
Definition: SmartScriptMgr.h:42
float z
Definition: SmartScriptMgr.h:44
float y
Definition: SmartScriptMgr.h:43

Member Data Documentation

uint32 WayPoint::id
float WayPoint::x
float WayPoint::y
float WayPoint::z

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