Reinforcement source
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
| Input | Meaning | Engine constant | Stored value |
|---|---|---|---|
North | Enter from the north edge. | SOURCE_NORTH | 0 |
East | Enter from the east edge. | SOURCE_EAST | 1 |
South | Enter from the south edge. | SOURCE_SOUTH | 2 |
West | Enter from the west edge. | SOURCE_WEST | 3 |
Air | Arrive by air rather than a map edge. | SOURCE_AIR | 4 |
No enum values match this filter.
Used by
EdgeINI key
Source files
Linked at revision 59fae722af8c.