Jump to content

PipsDrawForAll: Difference between revisions

From ModEnc²
en>DCoder
No edit summary
 
m 3 revisions imported
 
(2 intermediate revisions by one other user not shown)
Line 1: Line 1:
{{DeeZireInclusion}}<br />
{{Flag
Can be set to 'yes' or 'no' and determines whether or not the PipScale= on this object is to be displayed to all players, whether or not they are allied with its Owner=.<br />
|values={{Values|bool}}
(Yuri's Revenge Only)
|default=no
|types={{Categ|Technoes}} <!-- According to DCoder -->
|yr=yes
}}
 
This flag determines whether or not to display pips for a [[BuildingTypes|building]] to ''all'' players, rather than just the player controlling that building and the players he is allied with. Although {{f|PipsDrawForAll|link}} is parsed for all [[TechnoTypes]], it will only have any noticable effect on buildings.
 
Which pips are displayed is determined by {{f|MaxNumberOccupants|link}} or {{f|PipScale|link}}.
 
==See also==
* {{f|MaxNumberOccupants|link}}
* {{f|PipScale|link}}

Latest revision as of 22:00, 31 March 2025

Tiberian Dawn Red Alert Tiberian Sun Firestorm Red Alert 2 Yuri's Revenge
Flag: PipsDrawForAll
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



This flag determines whether or not to display pips for a building to all players, rather than just the player controlling that building and the players he is allied with. Although PipsDrawForAll is parsed for all TechnoTypes, it will only have any noticable effect on buildings.

Which pips are displayed is determined by MaxNumberOccupants or PipScale.

See also