Merge branch 'development' into AITurretClearIgnoreList

This commit is contained in:
Areloch 2017-04-26 23:56:33 -05:00 committed by GitHub
commit f2733d79f8
84 changed files with 255 additions and 216 deletions

View file

@ -258,6 +258,8 @@ public:
void addToIgnoreList(ShapeBase* obj);
void removeFromIgnoreList(ShapeBase* obj);
void clearIgnoreList();
S32 ignoreListCount();
SimObject* getIgnoreListObject(S32 index);
void setTurretStateName(const char* newState, bool force=false);
void setTurretState(U32 newState, bool force=false);