|
| Guard (Ultima1Game *game, Maps::MapBase *map, int hitPoints) |
|
| Guard (Ultima1Game *game, Maps::MapBase *map) |
|
| ~Guard () override |
|
| Person (Ultima1Game *game, Maps::MapBase *map, uint tileNum, int hitPoints) |
|
| Person (Ultima1Game *game, Maps::MapBase *map, uint tileNum) |
|
void | synchronize (Common::Serializer &s) override |
|
virtual void | talk () |
|
bool | subtractHitPoints (uint amount) override |
|
| UrbanWidget (Shared::Game *game, Shared::Maps::MapBase *map, uint tileNum) |
|
| ~UrbanWidget () override |
|
uint | getTileNum () const override |
|
CanMove | canMoveTo (const Point &destPos) override |
|
void | synchronize (Common::Serializer &s) override |
|
| MapWidget (Game *game, MapBase *map) |
|
| MapWidget (Game *game, MapBase *map, const Point &pt, Direction dir=DIR_NONE) |
|
| MapWidget (Game *game, MapBase *map, const Common::String &name, const Point &pt, Direction dir=DIR_NONE) |
|
| ~MapWidget () override |
|
virtual const char * | getClassName () const |
|
void | addInfoMsg (const Common::String &text, bool newLine=true, bool replaceLine=false) |
|
virtual bool | isBlocking () const |
|
virtual void | update (bool isPreUpdate) |
|
virtual void | moveTo (const Point &destPos, Direction dir=DIR_NONE) |
|
virtual ::Ultima::Shared::ClassDef | getType () const |
|
bool | isInstanceOf (const ClassDef &classDef) const |
|
| Creature (Game *game, MapBase *) |
|
| Creature (Game *game, MapBase *, int hitPoints) |
|
virtual | ~Creature () |
|
void | synchronize (Common::Serializer &s) |
|
virtual void | update (bool isPreUpdate) |
|
bool | isDead () const |
|