#include <data.h>
Public Member Functions | |
| void | create (const PlayerInfo &player) |
| void | synchronize (Common::Serializer &s) |
| int | findMonster (const Common::Point &c) const |
| void | addMonsterAtPos (const PlayerInfo &player, const Common::Point &pt, int type) |
Public Attributes | |
| byte | _map [DUNGEON_MAP_SIZE][DUNGEON_MAP_SIZE] = {} |
| Common::Array< MonsterEntry > | _monsters |
Dungeon Map Structure
| int Ultima::Ultima0::DungeonMapInfo::findMonster | ( | const Common::Point & | c | ) | const |
Find Monster ID at given location