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

# ActiveEnemyWaveData

Blood door settings.

## Fields

{% hint style="warning" %}
You should always make sure the group type you're spawning is set to "Hunter", otherwise the enemies will not spawn aggressive.
{% endhint %}

### HasActiveEnemyWave - Boolean

Whether the gate to the zone is a blood door.

### EnemyGroupInfrontOfDoor - UInt32 ([EnemyGroupDataBlock](/wiki/reference/datablocks/main/enemygroup.md))

Enemy group to spawn right in front of the door.

### EnemyGroupInArea - UInt32 ([EnemyGroupDataBlock](/wiki/reference/datablocks/main/enemygroup.md))

Enemy group to spawn anywhere in the area.

By the time the door opens, most enemies will have reached the door.

### EnemyGroupsInArea - Int32

Count of EnemyGroupInArea instances to spawn.
