ModEnc is currently in Maintenance Mode: Changes could occur at any given moment, without advance warning.

Difference between revisions of "WaterBound"

From ModEnc
Jump to: navigation, search
 
(See also)
 
(5 intermediate revisions by 3 users not shown)
Line 1: Line 1:
{{DeeZireInclusion}}<br />
+
{{Flag
Can be set to 'yes' or 'no' and determines if this BuildingType can only be placed on water tiles when it is constructed.
+
|files={{Categ|ini=rules}}
 +
|values={{values|Booleans}}
 +
|default=no
 +
|types={{Categ|BuildingTypes}}, {{Categ|TerrainTypes}}
 +
|ra=yes
 +
|cs=yes
 +
|am=yes
 +
|yr=yes
 +
|ra2=yes
 +
|ares=yes
 +
|ts=yes
 +
|fs=yes
 +
|hp=yes
 +
}}
 +
 
 +
Can be set to 'yes' or 'no' and determines if this object can only be placed on specific types of terrain tiles when constructed. These tiles consist of all tiles using a terrain type with [[SpeedType]] percentage value for [[Float]] being higher than 0%. [[Buildable]] is also ignored in the process.
 +
 
 +
{{f|Naval|yes|link}} on a building prevents placement on non-water like {{f|WaterBound|yes}} does.
 +
==See also==
 +
* [[Buildable]]
 +
* [[PlaceAnywhere]]

Latest revision as of 10:47, 6 June 2021

Tiberian Dawn The Covert Operations Red Alert Counterstrike Aftermath Tiberian Sun Firestorm HyperPatch Red Alert 2 Yuri's Revenge Ares Generals Zero Hour Tiberium Wars Kane's Wrath
Flag: WaterBound
File(s): rules(md).ini
Values: Boolean values: yes or no, true or false, 1 or 0
Default: no
Applicable to: BuildingTypes, TerrainTypes


Can be set to 'yes' or 'no' and determines if this object can only be placed on specific types of terrain tiles when constructed. These tiles consist of all tiles using a terrain type with SpeedType percentage value for Float being higher than 0%. Buildable is also ignored in the process.

Naval=yes on a building prevents placement on non-water like WaterBound=yes does.

See also