SetUseNoPathfindingToGetToObject Property

Usage:
   AiTemplatePlugIn.SetUseNoPathfindingToGetToObject boolean

Argument values:

argument 1:    1; most commonly 1

Related properties: EquipmentType

Used in object types (and how often in each type): Unit (4%)

Used in a total of 9 .con files: Objects.con

Parent directories of these .con files: objects/Vehicles, objects/Stationary_Weapons, Bf1942/Levels

Example: (from objects/Vehicles/Land/Flak_38/Ai/Objects.con)
   rem *** Plugins ***
   AiTemplatePlugIn.Create Unit Flak38Unit
   AiTemplatePlugIn.EquipmentType 4
   AiTemplatePlugIn.SetStrategicStrength 0 0
   AiTemplatePlugIn.SetStrategicStrength 1 2
   AiTemplatePlugIn.SetHasExposedSoldier 1
   AiTemplatePlugIn.SetUseNoPathfindingToGetToObject 1


Go to the AiTemplatePlugIn properties list page, AiTemplatePlugIn page, All Properties list, or Main scripting page.