![]() |
Core Rules
WoTC AD&D 2nd Edition -- Drakein API 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 | |
| IEncounterNPCPackageOb * | CoreRules::CreateEncounterNPCPackageOb () |
| Factory for a standalone NPC package. | |
| void | CoreRules::DestroyEncounterNPCPackageOb (IEncounterNPCPackageOb *p) |
| Release a standalone NPC package. | |
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.