Table of Contents

Class EncounterListEntry

Namespace
Anvil.API
Assembly
NWN.Anvil.dll

Represents a single creature entry in an encounter's spawn list, including blueprint, challenge rating, uniqueness, and usage state.

public sealed class EncounterListEntry
Inheritance
EncounterListEntry
Inherited Members
Extension Methods

Constructors

EncounterListEntry(CNWSEncounter, CEncounterListEntry)

Represents a single creature entry in an encounter's spawn list, including blueprint, challenge rating, uniqueness, and usage state.

Properties

AlreadyUsed

Gets or sets whether this entry has already been used for spawning.

ChallengeRating

Gets or sets the challenge rating for this entry.

CreatureResRef

Gets or sets the blueprint resource reference of the creature to spawn.

Unique

Gets or sets whether the creature represented by this entry is unique to the encounter.