AllowedTimeDiff Property

Usage:
   AiTemplate.AllowedTimeDiff number

Argument values:

argument 1:    range is -1 to 7; most commonly -1

Related properties: AddPlugIn, AddType, BasicTemp, CommonKnowledge

This property is not a part of any defined type of object.

Used in a total of 312 .con files: Object.con, Objects.con

Parent directories of these .con files: objects/Vehicles, objects/Vegetation, objects/Stationary_Weapons, objects/Soldiers, objects/MOVE_FILES, objects/Buildings, Bf1942/Levels

Example: (from objects/Buildings/Common/ironbridge/Ai/Objects.con)
   rem *** AITemplate ***
   AiTemplate.Create Ironbrdg1_m1
   AiTemplate.AddType ITScaleRender
   AiTemplate.Degeneration 1
   AiTemplate.AllowedTimeDiff -1
   AiTemplate.BasicTemp 1
   AiTemplate.CommonKnowledge 1
   AiTemplate.AddPlugIn IronBridgePhysical


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