ObjectTemplate.LoseControlWhenEnemyClose

From Pilot_51's Wiki
Jump to navigation Jump to search
The printable version is no longer supported and may have rendering errors. Please update your browser bookmarks and please use the default browser print function instead.

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