Skip to content

Reinforcement source

INI referenceEnumsSourceType

Map-edge and air origins used when objects cross a scenario's boundary.

Engine enum
SourceType
Input form
Named token

Only four of the five name a boundary: Air describes how something arrives rather than where, and the routine that turns a source into a cell to scan along has a case for those four alone. Edge covers what each route does with the source a house holds.

Values

5 of 5

InputMeaningEngine constantStored value
NorthEnter from the north edge.SOURCE_NORTH0
EastEnter from the east edge.SOURCE_EAST1
SouthEnter from the south edge.SOURCE_SOUTH2
WestEnter from the west edge.SOURCE_WEST3
AirArrive by air rather than a map edge.SOURCE_AIR4

Used by

Source files

Linked at revision 59fae722af8c.