EMovementDirections
This page describes the EMovementDirections enum that ships with Motion. The structure describes all possible directions a player can move.
Constants
Name | Description |
---|---|
Undefined | Undefined. Do not use. |
Forward | Walking forward. |
ForwardSideway | Walking forward and sideways at the same time. |
Backward | Walking backwards. |
BackwardSideway | Walking backwards and sideways at the same time. |
Last updated