mirror of
https://github.com/EQEmu/Server.git
synced 2026-06-10 23:20:25 +00:00
Add comment to CheckLosCheat/CheckLosCheatExempt
This commit is contained in:
+2
-2
@@ -872,8 +872,8 @@ public:
|
||||
static bool CheckLosFN(glm::vec3 posWatcher, float sizeWatcher, glm::vec3 posTarget, float sizeTarget);
|
||||
virtual bool CheckWaterLoS(Mob* m);
|
||||
bool CheckPositioningLosFN(Mob* other, float posX, float posY, float posZ);
|
||||
bool CheckLosCheat(Mob* other);
|
||||
bool CheckLosCheatExempt(Mob* other);
|
||||
bool CheckLosCheat(Mob* other); //door skipping checks for LoS
|
||||
bool CheckLosCheatExempt(Mob* other); //exemptions to bypass los
|
||||
bool DoLosChecks(Mob* other);
|
||||
bool TargetValidation(Mob* other);
|
||||
inline void SetLastLosState(bool value) { last_los_check = value; }
|
||||
|
||||
Reference in New Issue
Block a user