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
36 {
37 id = _id;
38 x = _x;
39 y = _y;
40 z = _z;
41 o = _o;
42 delay = _delay;
43 }
std::optional< float > o
Definition: SmartScriptMgr.h:49
float z
Definition: SmartScriptMgr.h:48
uint32 delay
Definition: SmartScriptMgr.h:50
float y
Definition: SmartScriptMgr.h:47
float x
Definition: SmartScriptMgr.h:46

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