mirror of
https://github.com/EQEmu/Server.git
synced 2026-01-27 17:53:54 +00:00
Added GetSafePoint to Zone
This commit is contained in:
parent
75c1a302c9
commit
0275e9646c
@ -109,6 +109,7 @@ public:
|
||||
|
||||
inline Timer* GetInstanceTimer() { return Instance_Timer; }
|
||||
|
||||
inline xyz_heading GetSafePoint() { return m_SafePoint; }
|
||||
inline const float& safe_x() { return m_SafePoint.m_X; }
|
||||
inline const float& safe_y() { return m_SafePoint.m_Y; }
|
||||
inline const float& safe_z() { return m_SafePoint.m_Z; }
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user