> 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/staticspawndatacontainer.md).

# StaticSpawnDataContainer

Defines [static spawn](/wiki/reference/datablocks/rarely-edited/staticspawn.md) placements.

## Fields

### Count - Int32

Count to spawn.

### DistributionWeightType - [LG\_StaticDistributionWeightType](/wiki/reference/enum-types.md#lg_staticdistributionweighttype) (enum)

Defines random distribution type.

Weight\_is\_zeroToOne\_startToEnd - scales DistributionWeight from zero to one by area.

Weight\_is\_exact\_node\_index - clamps DistributionWeight to area index.

### DistributionWeight - Single

Weight value for distribution.

### DistributionRandomBlend - Single

How much (0-1) session seed is allowed to affect weight.

### DistributionResultPow - Single

Raises distribution result to this power.

### StaticSpawnDataId - UInt32 ([StaticSpawnDataBlock](/wiki/reference/datablocks/rarely-edited/staticspawn.md))

Static spawn ID.

### FixedSeed - Int32

Defines fixed seed. Used when static spawn RandomType is set to fixed seed.
