aitriggers a navtool. not ready for general consumption just yet

This commit is contained in:
AzaezelX 2020-09-04 19:34:17 -05:00
parent 91ff953c19
commit b160017c7d
2 changed files with 0 additions and 38 deletions

View file

@ -175,20 +175,5 @@ inline GameBase* Trigger::getObject(const U32 index)
return mObjects[index];
}
#define AI_NAVCHOICES 8
class AITrigger : public Trigger
{
typedef Trigger Parent;
public:
AITrigger();
~AITrigger();
StringTableEntry mWaypoints[AI_NAVCHOICES];
S32 mProbability[AI_NAVCHOICES];
static void initPersistFields();
// SimObject
DECLARE_CONOBJECT(AITrigger);
};
#endif // _H_TRIGGER