Pip scale
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
| Input | Meaning | Engine constant | Stored value |
|---|---|---|---|
Ammo | Remaining ammunition. | PIPSCALE_AMMO | 1 |
Tiberium | Stored Tiberium or resource cargo. | PIPSCALE_TIBERIUM | 2 |
Passengers | Occupied passenger slots. | PIPSCALE_PASSENGERS | 3 |
Power | No quantity; the row is given a length and no drawing branch fills it. | PIPSCALE_POWER | 4 |
Charge | A vehicle's stored charge against its MaxCharge. | PIPSCALE_CHARGE | 5 |
No enum values match this filter.
Used by
PipScaleINI key
Source files
Linked at revision 59fae722af8c.