Difference between revisions of "ObjectTemplate.LoseControlWhenEnemyClose"

From Pilot_51's Wiki
Jump to navigation Jump to search
(New page: == MDT description == If set to 1, this means that a ControlPoint will begin to change when an enemy is within its Radius. 0 means the control point cannot be captured by the enemy (but co...)
 
(No difference)

Latest revision as of 08:23, 20 November 2008

MDT description

If set to 1, this means that a ControlPoint will begin to change when an enemy is within its Radius. 0 means the control point cannot be captured by the enemy (but could be lost by LoseControlWhenNotClose). BF 1942 will often make sure a control point is uncaptureable no matter what by using:

ObjectTemplate.TimeToGetControl 9999
ObjectTemplate.TimeToLoseControl 9999


Source and more details

Additional Description