Skip to content

Pip scale

INI referenceEnumsPipScaleType

Quantities that a selected object's pip row can represent.

Engine enum
PipScaleType
Input form
Named token

A pip is one of the small markers drawn in a row beneath a selected object, and the scale names the quantity that row is counting. The pip colors are a separate domain and decide what an individual marker looks like.

The five scales are fixed by the engine, and PipScale covers how each one sizes and fills its row — including the MaxCharge a Charge row is measured against, and the length a Power row is given without ever being filled.

Values

5 of 5

InputMeaningEngine constantStored value
AmmoRemaining ammunition.PIPSCALE_AMMO1
TiberiumStored Tiberium or resource cargo.PIPSCALE_TIBERIUM2
PassengersOccupied passenger slots.PIPSCALE_PASSENGERS3
PowerNo quantity; the row is given a length and no drawing branch fills it.PIPSCALE_POWER4
ChargeA vehicle's stored charge against its MaxCharge.PIPSCALE_CHARGE5

Used by

Source files

Linked at revision 59fae722af8c.