enum

PointClickEngine::UI::PortraitExpression

Inherits Enum < Comparable < Value < Object

Portrait animation states

Constants

Neutral = 0
Happy = 1
Sad = 2
Angry = 3
Surprised = 4
Thinking = 5
Worried = 6
Excited = 7
Disgusted = 8
Fear = 9

Instance methods

angry?

Returns true if this enum value equals Angry

Source
disgusted?

Returns true if this enum value equals Disgusted

Source
excited?

Returns true if this enum value equals Excited

Source
fear?

Returns true if this enum value equals Fear

Source
happy?

Returns true if this enum value equals Happy

Source
neutral?

Returns true if this enum value equals Neutral

Source
sad?

Returns true if this enum value equals Sad

Source
surprised?

Returns true if this enum value equals Surprised

Source
thinking?

Returns true if this enum value equals Thinking

Source
worried?

Returns true if this enum value equals Worried

Source