ScummVM API documentation
Ultima::Ultima1::Widgets::Princess Class Reference

#include <princess.h>

Inheritance diagram for Ultima::Ultima1::Widgets::Princess:
Ultima::Ultima1::Widgets::Wench Ultima::Ultima1::Widgets::Person Ultima::Ultima1::Widgets::UrbanWidget Ultima::Shared::Maps::Creature Ultima::Shared::Maps::MapWidget Ultima::Shared::MessageTarget Ultima::Shared::BaseObject

Public Member Functions

 Princess (Ultima1Game *game, Maps::MapBase *map, int hitPoints)
 
 Princess (Ultima1Game *game, Maps::MapBase *map)
 
bool subtractHitPoints (uint amount) override
 
- Public Member Functions inherited from Ultima::Ultima1::Widgets::Wench
 Wench (Ultima1Game *game, Maps::MapBase *map, int hitPoints)
 
 Wench (Ultima1Game *game, Maps::MapBase *map, uint tileNum, int hitPoints)
 
 Wench (Ultima1Game *game, Maps::MapBase *map)
 
 ~Wench () override
 
- Public Member Functions inherited from Ultima::Ultima1::Widgets::Person
 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 ()
 
- Public Member Functions inherited from Ultima::Ultima1::Widgets::UrbanWidget
 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
 
- Public Member Functions inherited from Ultima::Shared::Maps::MapWidget
 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)
 
- Public Member Functions inherited from Ultima::Shared::BaseObject
virtual ::Ultima::Shared::ClassDef getType () const
 
bool isInstanceOf (const ClassDef &classDef) const
 
- Public Member Functions inherited from Ultima::Shared::Maps::Creature
 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
 

Protected Member Functions

void movement () override
 
- Protected Member Functions inherited from Ultima::Ultima1::Widgets::Wench
void movement () override
 
- Protected Member Functions inherited from Ultima::Ultima1::Widgets::Person
bool areGuardsHostile () const
 
int getRandomDelta () const
 
Point getRandomMoveDelta () const
 
- Protected Member Functions inherited from Ultima::Ultima1::Widgets::UrbanWidget
bool moveBy (const Point &delta)
 
- Protected Member Functions inherited from Ultima::Shared::MessageTarget
virtual const Ultima::Shared::MSGMAPgetMessageMap () const
 
- Protected Member Functions inherited from Ultima::Shared::Maps::Creature
virtual uint attackDistance () const
 
virtual void attackParty ()
 

Additional Inherited Members

- Public Types inherited from Ultima::Shared::Maps::MapWidget
enum  CanMove { UNSET = 0, YES = 1, NO = 2 }
 
- Static Public Member Functions inherited from Ultima::Shared::Maps::MapWidget
static Direction directionFromKey (Common::KeyCode keycode)
 
- Static Public Member Functions inherited from Ultima::Shared::BaseObject
::Ultima::Shared::ClassDef type ()
 
- Public Attributes inherited from Ultima::Ultima1::Widgets::Wench
 CLASSDEF
 
- Public Attributes inherited from Ultima::Ultima1::Widgets::Person
 CLASSDEF
 
- Public Attributes inherited from Ultima::Shared::Maps::MapWidget
Point _position
 
Direction _direction
 
Common::String _name
 
 CLASSDEF
 
- Public Attributes inherited from Ultima::Shared::MessageTarget
 CLASSDEF
 
- Static Protected Member Functions inherited from Ultima::Shared::MessageTarget
static const Ultima::Shared::MSGMAPgetThisMessageMap ()
 
- Protected Attributes inherited from Ultima::Ultima1::Widgets::Person
Ultima1Game_game
 
Maps::MapBase_map
 
- Protected Attributes inherited from Ultima::Ultima1::Widgets::UrbanWidget
 CLASSDEF
 
- Protected Attributes inherited from Ultima::Shared::Maps::MapWidget
Game_game
 
MapBase_map
 
- Protected Attributes inherited from Ultima::Shared::Maps::Creature
int _hitPoints
 
bool _isAttacking
 

Detailed Description

Handles the princess NPCs

Constructor & Destructor Documentation

◆ Princess() [1/2]

Ultima::Ultima1::Widgets::Princess::Princess ( Ultima1Game game,
Maps::MapBase map,
int  hitPoints 
)
inline

Constructor

◆ Princess() [2/2]

Ultima::Ultima1::Widgets::Princess::Princess ( Ultima1Game game,
Maps::MapBase map 
)
inline

Constructor

Member Function Documentation

◆ movement()

void Ultima::Ultima1::Widgets::Princess::movement ( )
overrideprotectedvirtual

Handles moving creatures

Reimplemented from Ultima::Shared::Maps::Creature.

◆ subtractHitPoints()

bool Ultima::Ultima1::Widgets::Princess::subtractHitPoints ( uint  amount)
overridevirtual

Removes hit points from a creature

Parameters
amountAmount to remove
Returns
Returns true if kills the creature

Reimplemented from Ultima::Ultima1::Widgets::Person.


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