ReasonForStop Enumeration |
Defines the various reasons a creature can be stopped. This is currently either DestinationReached or Blocked.
Namespace: Terrarium.Sdk.Enumerations
Member name | Value | Description | |
---|---|---|---|
DestinationReached | 0 | Your creature has arrived at the destination used in the call to BeginMoving. During the traversal of the game area no other creatures or blocking items were encountered. | |
Blocked | 1 | Your creature was blocked from reaching its destination by another creature. This could either be a plant/inanimate object, or another moving creature. |