mirror of
https://github.com/TorqueGameEngines/Torque3D.git
synced 2026-07-15 00:24:40 +00:00
Merge branch 'development' into AITurretClearIgnoreList
This commit is contained in:
commit
f2733d79f8
84 changed files with 255 additions and 216 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