# TerminalZoneSelectionData

Used to select existing terminals.

***

## Fields

### LocalIndex - [eLocalZoneIndex](https://gtfo-modding.gitbook.io/wiki/enum-types#elocalzoneindex) (enum)

Zone of the terminal selection.

### SeedType - [eSeedType](https://gtfo-modding.gitbook.io/wiki/enum-types#eseedtype) (enum)

Which seed to use when picking.

Session should randomize between level attempts, Build should produce the same result always. Static is same as Build except the seed is set separately.

None might be broken.

### TerminalIndex - Int32

Might be unused.

### StaticSeed - Int32

Seed to use when SeedType is set to static.
