Jump to content

IsSelectableCombatant: Difference between revisions

From ModEnc²
en>DCoder
No edit summary
 
en>DCoder
de-dz
Line 1: Line 1:
{{DeeZireInclusion}}<br />
{{Flag
Should not be used on BuildingTypes. Can be set to 'true' or 'false', and determines whether or not this unit can be selected as part of a group with the 'select all units of same type' action on the Advanced Command Bar or with the relevant hotkey defined in KEYBOARD.INI.
|values={{values|boolean}}
|types={{categ|Technoes}}
|default=no
|ra2=yes
|yr=yes
|rp=yes
}}
 
Determines whether or not this object is selected when selecting multiple objects (using the [[TypeSelect|'all-of-type' command]] or the mouse selection rectangle).
 
== See Also ==
*{{TTL|Selectable}}

Revision as of 15:11, 19 July 2008

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

AircraftTypes, BuildingTypes, InfantryTypes and VehicleTypes



Determines whether or not this object is selected when selecting multiple objects (using the 'all-of-type' command or the mouse selection rectangle).

See Also