|
| Character (Room *room, Common::ReadStream &stream) |
|
void | update () override |
|
void | draw () override |
|
void | drawDebug () override |
|
void | loadResources () override |
|
void | freeResources () override |
|
void | syncGame (Common::Serializer &serializer) override |
|
Graphic * | graphic () override |
|
void | onClick () override |
|
void | trigger (const char *action) override |
|
const char * | typeName () const override |
|
Task * | sayText (Process &process, int32 dialogId) |
|
void | resetTalking () |
|
void | talkUsing (ObjectBase *talkObject) |
|
Task * | animate (Process &process, ObjectBase *animateObject) |
|
Task * | lerpLodBias (Process &process, float targetLodBias, int32 durationMs) |
|
float & | lodBias () |
|
bool & | isSpeaking () |
|
| ShapeObject (Room *room, Common::ReadStream &stream) |
|
int8 | order () const |
|
bool | isNewlySelected () const |
|
bool | wasSelected () const |
|
Shape * | shape () override |
|
virtual CursorType | cursorType () const |
|
virtual void | onHoverStart () |
|
virtual void | onHoverEnd () |
|
virtual void | onHoverUpdate () |
|
void | markSelected () |
|
| ObjectBase (Room *room, const char *name) |
|
| ObjectBase (Room *room, Common::ReadStream &stream) |
|
const Common::String & | name () const |
|
Room *& | room () |
|
Room * | room () const |
|
bool | isEnabled () const |
|
virtual void | toggle (bool isEnabled) |
|
| ITriggerableObject (Common::ReadStream &stream) |
|
Direction | interactionDirection () const |
|
Common::Point | interactionPoint () const |
|
|
static constexpr const char * | kClassName = "CPersonaje" |
|
static constexpr const char * | kClassName = "CObjetoBase" |
|
|
void | syncObjectAsString (Common::Serializer &serializer, ObjectBase *&object) |
|
void | updateTalkingAnimation () |
|
void | updateSelection () |
|
void | onClick () |
|
|
Graphic | _graphicNormal |
|
Graphic | _graphicTalking |
|
bool | _isTalking = false |
| as in "in the process of saying a line"
|
|
bool | _isSpeaking = true |
| as in "actively moving their mouth to produce sounds", used in updateTalkingAnimation
|
|
int | _curDialogId = -1 |
|
float | _lodBias = 0.0f |
|
ObjectBase * | _curAnimateObject = nullptr |
|
ObjectBase * | _curTalkingObject = nullptr |
|
int8 | _order = 0 |
|
Common::Point | _interactionPoint |
|
Direction | _interactionDirection = Direction::Right |
|
The documentation for this class was generated from the following file: