SetEntryRadius Property

Usage:
   ObjectTemplate.SetEntryRadius number

Argument values:

argument 1:    range is 1 to 10; most commonly 4, 5.5

Description: Sets the radius away from an EntryPoint within which a soldier can enter the vehicle. If a soldier is standing within this radius of the entry point, they will enter the vehicle/position when they press the enter/exit key.

Used in object types (and how often in each type): EntryPoint (91%)

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

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

Example: (from objects/Vehicles/Sea/Elco80Raft/Objects.con)
   rem *** PTRaft_Entry ***
   ObjectTemplate.Create EntryPoint PTRaft_Entry
   ObjectTemplate.SetEntryRadius 6


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