Enum ExpeditionState
The status of an Expedition
Namespace: Mannequin.Bindings
Assembly: Collapse.dll
Syntax
public enum ExpeditionState : int
Fields
Name | Description |
---|---|
Exploring | The explorers are exploring the destination. |
GoingBack | The explorers are returning to the scene. |
Setup | The default state. The explorers are still traveling away from the Scene. |
Traveling | The explorers are traveling to the destination. |