|
Project SkyFire Core
SkyFire 5.4.8 server core API documentation
|
#include <WaypointManager.h>
Public Attributes | |
| uint32 | delay |
| uint8 | event_chance |
| uint32 | event_id |
| uint32 | id |
| float | orientation |
| bool | run |
| float | x |
| float | y |
| float | z |
Definition at line 12 of file WaypointManager.h.
| uint32 WaypointData::delay |
Definition at line 16 of file WaypointManager.h.
Referenced by WaypointMgr::Load(), WaypointMgr::ReloadPath(), and WaypointMovementGenerator< Creature >::StartMove().
| uint8 WaypointData::event_chance |
Definition at line 19 of file WaypointManager.h.
Referenced by WaypointMgr::Load(), and WaypointMgr::ReloadPath().
| uint32 WaypointData::event_id |
Definition at line 17 of file WaypointManager.h.
Referenced by WaypointMgr::Load(), and WaypointMgr::ReloadPath().
| uint32 WaypointData::id |
Definition at line 14 of file WaypointManager.h.
Referenced by WaypointMgr::Load(), and WaypointMgr::ReloadPath().
| float WaypointData::orientation |
Definition at line 15 of file WaypointManager.h.
Referenced by WaypointMgr::Load(), WaypointMgr::ReloadPath(), and WaypointMovementGenerator< Creature >::StartMove().
| bool WaypointData::run |
Definition at line 18 of file WaypointManager.h.
Referenced by WaypointMgr::Load(), WaypointMgr::ReloadPath(), and WaypointMovementGenerator< Creature >::StartMove().
| float WaypointData::x |
Definition at line 15 of file WaypointManager.h.
Referenced by WaypointMovementGenerator< Creature >::GetResetPos(), WaypointMgr::Load(), WaypointMgr::ReloadPath(), and WaypointMovementGenerator< Creature >::StartMove().
| float WaypointData::y |
Definition at line 15 of file WaypointManager.h.
Referenced by WaypointMovementGenerator< Creature >::GetResetPos(), WaypointMgr::Load(), WaypointMgr::ReloadPath(), and WaypointMovementGenerator< Creature >::StartMove().
| float WaypointData::z |
Definition at line 15 of file WaypointManager.h.
Referenced by WaypointMovementGenerator< Creature >::GetResetPos(), WaypointMgr::Load(), WaypointMgr::ReloadPath(), and WaypointMovementGenerator< Creature >::StartMove().