Skip to content

Goal Plan Variable Indexes

Goal Plan Variable Indexes
extern const int cGoalPlanGoalType = 0;
extern const int cGoalPlanGoalSubType = 1;
extern const int cGoalPlanMinTime = 2;
extern const int cGoalPlanMaxTime = 3;
extern const int cGoalPlanMinAge = 4;
extern const int cGoalPlanMaxAge = 5;
extern const int cGoalPlanRepeat = 6;
extern const int cGoalPlanExecuteCount = 7;
extern const int cGoalPlanDoneGoal = 8;
extern const int cGoalPlanFailGoal = 9;
extern const int cGoalPlanExecuteGoal = 10;
extern const int cGoalPlanAutoUpdateState = 11;
extern const int cGoalPlanAutoUpdateBase = 12;
extern const int cGoalPlanAutoUpdateAttackPlayerID = 13;
extern const int cGoalPlanTargetType = 14;
extern const int cGoalPlanTarget = 15;
extern const int cGoalPlanTargetPoint = 16;
extern const int cGoalPlanTargetNumber = 17;
extern const int cGoalPlanMinUnitNumber = 18;
extern const int cGoalPlanMaxUnitNumber = 19;
extern const int cGoalPlanUnitPickerID = 20;
extern const int cGoalPlanUnitPickerFrequency = 21;
extern const int cGoalPlanUnitPickerTime = 22;
extern const int cGoalPlanAttackPlayerID = 23;
extern const int cGoalPlanAttackStartFrequency = 24;
extern const int cGoalPlanAttackStartTime = 25;
extern const int cGoalPlanUnitTypeID = 26;
extern const int cGoalPlanBaseID = 27;
extern const int cGoalPlanAllowRetreat = 28;
extern const int cGoalPlanUpgradeBuilding = 29;
extern const int cGoalPlanSetAreaGroups = 30;
extern const int cGoalPlanIdleAttack = 31;
extern const int cGoalPlanAreaGroupID = 32;
extern const int cGoalPlanFunctionID = 33;
extern const int cGoalPlanFunctionParm = 34;
extern const int cGoalPlanBuildingTypeID = 35;
extern const int cGoalPlanBuildingPlacementID = 36;
extern const int cGoalPlanBuildingSearchID = 37;
extern const int cGoalPlanActiveHealthTypeID = 38;
extern const int cGoalPlanActiveHealth = 39;
extern const int cGoalPlanAttackRoutePatternType = 40;
extern const int cGoalPlanUpgradeFilterType = 41;
extern const int cGoalPlanReservePlanID = 42;
extern const int cGoalPlanFindBestOpp = 43;
extern const int cGoalPlanMinOppScoreForGo = 44;
extern const int cGoalPlanOppScoreStep = 45;
extern const int cGoalPlanOppScoreTimeout = 46;