MoveResult Enumeration |
Namespace: ff14bot.Enums
public enum MoveResult
Member name | Value | Description | |
---|---|---|---|
Failed | 0 | ||
Failure | 1 | ||
ReachedDestination | 2 | ||
PathGenerating | 3 | ||
PathGenerationFailed | 4 | ||
PathGenerated | 5 | ||
UnstuckAttempt | 6 | ||
Done | 7 | ||
Moving | 8 | ||
Moved | 9 | ||
GeneratingPath | 10 |