Click or drag to resize
ReasonForStop Enumeration

Defines the various reasons a creature can be stopped. This is currently either DestinationReached or Blocked.

Namespace: Terrarium.Sdk.Enumerations
Assembly: Terrarium.Sdk (in Terrarium.Sdk.dll) Version: 1.1.0.0 (1.1.0.0)
Syntax
public enum ReasonForStop
Members
  Member nameValueDescription
DestinationReached0

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.

Blocked1

Your creature was blocked from reaching its destination by another creature. This could either be a plant/inanimate object, or another moving creature.

See Also