mirror of
https://github.com/TorqueGameEngines/Torque3D.git
synced 2026-03-01 19:43:49 +00:00
Function definitions for new functions
Added header file definitions for the two new functions created to implement the features requested in issue #1272
This commit is contained in:
parent
1cddf09590
commit
b82e87ec89
1 changed files with 2 additions and 0 deletions
|
|
@ -257,6 +257,8 @@ public:
|
|||
|
||||
void addToIgnoreList(ShapeBase* obj);
|
||||
void removeFromIgnoreList(ShapeBase* obj);
|
||||
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