mirror of
https://github.com/EQEmu/Server.git
synced 2025-12-15 12:31:31 +00:00
replaced GetDestX(), GetDestY(), GetDestZ(), and GetDestHeading() with GetDestination in Doors
This commit is contained in:
parent
95f7bd94f3
commit
40d26b5bcf
@ -50,10 +50,7 @@ public:
|
|||||||
void SetEntityID(uint32 entity) { entity_id = entity; }
|
void SetEntityID(uint32 entity) { entity_id = entity; }
|
||||||
|
|
||||||
void DumpDoor();
|
void DumpDoor();
|
||||||
float GetDestX() { return m_Destination.m_X; }
|
const xyz_heading GetDestination() const { return m_Destination; }
|
||||||
float GetDestY() { return m_Destination.m_Y; }
|
|
||||||
float GetDestZ() { return m_Destination.m_Z; }
|
|
||||||
float GetDestHeading() { return m_Destination.m_Heading; }
|
|
||||||
|
|
||||||
uint8 IsLDoNDoor() { return is_ldon_door; }
|
uint8 IsLDoNDoor() { return is_ldon_door; }
|
||||||
uint32 GetClientVersionMask() { return client_version_mask; }
|
uint32 GetClientVersionMask() { return client_version_mask; }
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user