Protected Member Functions | |
TalkingBase (Common::SharedPtr< Object > actor, float duration) | |
Common::String | talkieKey () |
int | onTalkieId (int id) |
int | loadActorSpeech (const Common::String &name) |
void | setDuration (const Common::String &text) |
float | getTalkSpeed () const |
Protected Member Functions inherited from Twp::Motor | |
virtual void | onUpdate (float elapsed)=0 |
Protected Attributes | |
Common::SharedPtr< Object > | _actor |
float | _duration = 0.f |
float | _elapsed = 0.f |
Protected Attributes inherited from Twp::Motor | |
bool | _enabled = true |
Additional Inherited Members | |
Public Member Functions inherited from Twp::Motor | |
virtual void | disable () |
virtual bool | isEnabled () const |
void | update (float elapsed) |