Enum UnitDispatchOption
- Namespace
- SIMDispatcher.Core.Models
- Assembly
- SIMDispatcher.Core.dll
Represents the options for unit dispatch, determining how units are selected for dispatch.
public enum UnitDispatchOption
- Extension Methods
Fields
[Display(Description = "Exclude", ResourceType = typeof(UnitDispatchOptionLocalization))] Exclude = 1
Indicates that the unit should be excluded from automatic dispatch.
[Display(Description = "MaxDistance", ResourceType = typeof(UnitDispatchOptionLocalization))] MaxDistance = 3
Indicates that the unit should be dispatched based on the closest distance to the location, with a maximum distance override.
[Display(Description = "MinDistance", ResourceType = typeof(UnitDispatchOptionLocalization))] MinDistance = 2
Indicates that the unit should be dispatched based on the closest distance to the location, with a minimum distance override.
[Display(Description = "Normal", ResourceType = typeof(UnitDispatchOptionLocalization))] Normal = 0
Indicates a normal dispatch option.