Jump to content

NoUseTileLandType: Difference between revisions

From ModEnc²
en>DeathFish
see 5FE25E
m Remove the redundant images added by Testid123
 
(One intermediate revision by one other user not shown)
Line 15: Line 15:
Specifies whether or not this overlay type should override the [[LandTypes|land type]] property of the cell underneath the overlay. Defaults to 'no', meaning the game uses the land type of the tile that occupies the cell.
Specifies whether or not this overlay type should override the [[LandTypes|land type]] property of the cell underneath the overlay. Defaults to 'no', meaning the game uses the land type of the tile that occupies the cell.


If this flag is set, {{f|Land|link}} can be used to specify the land type override for the overlay.<br>
If this flag is set, {{f|Land|link}} can be used to specify the land type override for the overlay.
[[File:NoUseTileLandType=false.gif]]
Result of [[TerrainTypes]] using tags <b>NoUseTileLandType=false</b>

Latest revision as of 17:09, 4 April 2025

Tiberian Dawn Red Alert Tiberian Sun Firestorm Red Alert 2 Yuri's Revenge
Flag: NoUseTileLandType
File(s): Rules(md).ini
Values: Boolean values: yes or no, true or false, 1 or 0
Default: yes
Applicable to: OverlayTypes


Specifies whether or not this overlay type should override the land type property of the cell underneath the overlay. Defaults to 'no', meaning the game uses the land type of the tile that occupies the cell.

If this flag is set, Land can be used to specify the land type override for the overlay.