mirror of
https://github.com/TorqueGameEngines/Torque3D.git
synced 2026-07-16 00:54:54 +00:00
Merge branch 'development' into AITurretClearIgnoreList
This commit is contained in:
commit
d98752672a
86 changed files with 261 additions and 222 deletions
|
|
@ -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);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue