Fixed a few bot issues...

This commit is contained in:
Uleat
2018-10-06 23:23:29 -04:00
parent d8c6c62809
commit 94c17f941c
5 changed files with 89 additions and 4 deletions
+2
View File
@@ -46,6 +46,8 @@ public:
Mob *GetEntWithMostHateOnList(Mob *center, Mob *skip = nullptr);
Mob *GetRandomEntOnHateList();
Mob *GetEntWithMostHateOnList();
Mob *GetEscapingEntOnHateList(); // returns first eligble entity
Mob *GetEscapingEntOnHateList(Mob *center, float range = 0.0f, bool first = false);
bool IsEntOnHateList(Mob *mob);
bool IsHateListEmpty();