Enum SteeringStatus
Namespace: Content.Server.NPC.Components
Assembly: Content.Server.dll
Syntax
public enum SteeringStatus : byte
Fields
Name | Description |
---|---|
InRange | Are we currently in range of our target. |
Moving | Are we moving towards our target |
NoPath | If we can't reach the target (e.g. different map). |