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:
AlexBarys 2017-04-23 19:01:31 -04:00 committed by GitHub
parent 1cddf09590
commit b82e87ec89

View file

@ -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);