mirror of
https://github.com/TorqueGameEngines/Torque3D.git
synced 2026-02-02 19:11:00 +00:00
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.
This commit is contained in:
parent
5ec93c4a09
commit
ff034d5cff
|
|
@ -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);
|
||||
|
|
|
|||
Loading…
Reference in a new issue