> For the complete documentation index, see [llms.txt](https://gtfo-modding.gitbook.io/wiki/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://gtfo-modding.gitbook.io/wiki/reference/nested-types/terminalzoneselectiondata.md).

# TerminalZoneSelectionData

Used to select existing terminals.

***

## Fields

### LocalIndex - [eLocalZoneIndex](/wiki/reference/enum-types.md#elocalzoneindex) (enum)

Zone of the terminal selection.

### SeedType - [eSeedType](/wiki/reference/enum-types.md#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.
