|
OpenEnroth bb0c5f2
|
#include <HostilityTable.h>
Public Member Functions | |
| void | Initialize (const Blob &factions) |
Public Attributes | |
| IndexedArray< IndexedArray< MonsterHostility, MONSTER_TYPE_INVALID, MONSTER_TYPE_LAST >, MONSTER_TYPE_INVALID, MONSTER_TYPE_LAST > | relations |
Table of hostility levels between monster types. Indexed by two MonsterType values, returns the MonsterHostility (aggro range) between them. MONSTER_TYPE_INVALID (index 0) is the party's row/column.
| void HostilityTable::Initialize | ( | const Blob & | factions | ) |
| IndexedArray<IndexedArray<MonsterHostility, MONSTER_TYPE_INVALID, MONSTER_TYPE_LAST>, MONSTER_TYPE_INVALID, MONSTER_TYPE_LAST> HostilityTable::relations |