mirror of
https://github.com/mangosfour/server.git
synced 2025-12-26 07:37:02 +00:00
Project tidy up and sync
This commit is contained in:
parent
49fe617b55
commit
5531a0087d
44 changed files with 484 additions and 427 deletions
|
|
@ -659,6 +659,7 @@ class WorldObject : public Object
|
|||
GameObject* SummonGameObject(uint32 id, float x, float y, float z, float angle, uint32 despwtime);
|
||||
|
||||
bool IsActiveObject() const { return m_isActiveObject || m_viewPoint.hasViewers(); }
|
||||
bool isActiveObject() const { return IsActiveObject(); } // This is for Eluna to build. Should be removed in the future!
|
||||
void SetActiveObjectState(bool active);
|
||||
|
||||
ViewPoint& GetViewPoint() { return m_viewPoint; }
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue