ScummVM API documentation
Ultima::Ultima0::DungeonMapInfo Struct Reference

#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
 

Detailed Description

Dungeon Map Structure

Member Function Documentation

◆ findMonster()

int Ultima::Ultima0::DungeonMapInfo::findMonster ( const Common::Point c) const

Find Monster ID at given location


The documentation for this struct was generated from the following file: