|
Project SkyFire Core
SkyFire 5.4.8 server core API documentation
|
#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 |
Definition at line 17 of file SmartScriptMgr.h.
|
inline |
Definition at line 19 of file SmartScriptMgr.h.
| uint32 WayPoint::id |
Definition at line 27 of file SmartScriptMgr.h.
| float WayPoint::x |
Definition at line 28 of file SmartScriptMgr.h.
Referenced by WayPoint().
| float WayPoint::y |
Definition at line 29 of file SmartScriptMgr.h.
Referenced by WayPoint().
| float WayPoint::z |
Definition at line 30 of file SmartScriptMgr.h.
Referenced by WayPoint().