Table of Contents

Constructor EncounterListEntry

Namespace
Anvil.API
Assembly
NWN.Anvil.dll

EncounterListEntry(CNWSEncounter, CEncounterListEntry)

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

public EncounterListEntry(CNWSEncounter encounter, CEncounterListEntry encounterListEntry)

Parameters

encounter CNWSEncounter

The owning encounter used for point budget calculations.

encounterListEntry CEncounterListEntry

The native list entry backing this wrapper.