From b82e87ec89a2c01cd6e788a0b379c394f03ec2f1 Mon Sep 17 00:00:00 2001 From: AlexBarys Date: Sun, 23 Apr 2017 19:01:31 -0400 Subject: [PATCH] Function definitions for new functions Added header file definitions for the two new functions created to implement the features requested in issue #1272 --- Engine/source/T3D/turret/aiTurretShape.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Engine/source/T3D/turret/aiTurretShape.h b/Engine/source/T3D/turret/aiTurretShape.h index 18c0fb728..21e07fbf4 100644 --- a/Engine/source/T3D/turret/aiTurretShape.h +++ b/Engine/source/T3D/turret/aiTurretShape.h @@ -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);