Core Rules
WoTC AD&D 2nd Edition -- Drakein API Reference
Loading...
Searching...
No Matches
IEncounterNPCPackageOb.h File Reference

One group of NPCs in an encounter. More...

#include "API.h"

Classes

class  CoreRules::IEncounterNPCPackageOb
 One NPC group inside an encounter. More...

Namespaces

namespace  CoreRules

Functions

IEncounterNPCPackageObCoreRules::CreateEncounterNPCPackageOb ()
 Factory for a standalone NPC package.
void CoreRules::DestroyEncounterNPCPackageOb (IEncounterNPCPackageOb *p)
 Release a standalone NPC package.

Detailed Description

One group of NPCs in an encounter.

Structurally similar to IEncounterMonsterPackageOb but with an embedded ICharacterRecord (full character sheet) instead of a monster. The HP-roll array is always empty for NPCs in practice but the array structure is preserved for byte-perfect round-trip.