Skip to main content

CharacterState

ZEPETO.Character.Controller.CharacterState

Represents the state of a ZEPETO character.

NameValueDescription
Invalid0Uninitialized or invalid.
Idle1Character is not engaged in any movement or action.
Walk2Character is moving at a slow pace.
Run3Character is moving quickly.
JumpIdle4Character is jumping in place.
JumpMove5Character is jumping in a direction, combining the vertical leap with horizontal motion.
Teleport20Character is moving from one location to another without traversing the space in between.
Gesture30Character is performing a gesture.
Move102General moving state.
MoveTurn103Character is changing the movement direction.
Jump104General jumping state.
Stamp106Character is performing a stamp.
Falling108Character is in free fall.
Landing109Character is returning to the ground after falling.