# 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.


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://gtfo-modding.gitbook.io/wiki/reference/nested-types/staticspawndatacontainer.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
