瀏覽代碼

Added clearIgnoreList() definition

Added the definition for the new function created to implement the feature request in issue #1271 to clear the entire ai turret ignore list with one function call.
AlexBarys 8 年之前
父節點
當前提交
591f0088e0
共有 1 個文件被更改,包括 1 次插入0 次删除
  1. 1 0
      Engine/source/T3D/turret/aiTurretShape.h

+ 1 - 0
Engine/source/T3D/turret/aiTurretShape.h

@@ -257,6 +257,7 @@ public:
 
    void addToIgnoreList(ShapeBase* obj);
    void removeFromIgnoreList(ShapeBase* obj);
+   void clearIgnoreList();
 
    void setTurretStateName(const char* newState, bool force=false);
    void setTurretState(U32 newState, bool force=false);