AzerothCore 3.3.5a
OpenSource WoW Emulator
Loading...
Searching...
No Matches
WayPoint Struct Reference

#include "SmartScriptMgr.h"

Public Member Functions

 WayPoint (uint32 _id, float _x, float _y, float _z, Optional< float > _o, uint32 _delay)
 

Public Attributes

uint32 id
 
float x
 
float y
 
float z
 
std::optional< float > o
 
uint32 delay
 

Detailed Description

Constructor & Destructor Documentation

◆ WayPoint()

WayPoint::WayPoint ( uint32  _id,
float  _x,
float  _y,
float  _z,
Optional< float >  _o,
uint32  _delay 
)
inline
35 {
36 id = _id;
37 x = _x;
38 y = _y;
39 z = _z;
40 o = _o;
41 delay = _delay;
42 }
std::optional< float > o
Definition: SmartScriptMgr.h:48
float z
Definition: SmartScriptMgr.h:47
uint32 delay
Definition: SmartScriptMgr.h:49
float y
Definition: SmartScriptMgr.h:46
float x
Definition: SmartScriptMgr.h:45

References delay, o, x, y, and z.

Member Data Documentation

◆ delay

uint32 WayPoint::delay

Referenced by WayPoint().

◆ id

uint32 WayPoint::id

◆ o

std::optional<float> WayPoint::o

Referenced by WayPoint().

◆ x

◆ y

◆ z